.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
.light {
  font-family: "light";
}
.regular {
  font-family: "regular";
}
.medium {
  font-family: "medium";
}
.ml {
  font-family: "ml";
}
.mr {
  font-family: "mr";
}
.mm {
  font-family: "mm";
}
.mb {
  font-family: "mb";
}
@font-face {
  font-family: "light";
  src: url('../fonts/MISANS-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-NORMAL.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ml";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content *,
.desc * {
  font-family: inherit!important;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.index .header-wrapper {
  position: fixed;
  background: transparent;
}
.index .header-wrapper .logo-box .init {
  display: none;
}
.index .header-wrapper .logo-box .on {
  display: block;
}
.index .header-wrapper .tel {
  color: #fff;
  background-image: url(../img/tel.png);
}
.index .header-wrapper .search {
  background-image: url(../img/search.png);
}
.index .header-wrapper .search:before {
  background-color: rgba(130, 134, 141, 0.2);
}
.index .header-wrapper .language .caption {
  color: #fff;
  background-image: url(../img/lang.png);
}
.index .header-wrapper.shadow .pc-nav-box li.on > a {
  color: #003f8e;
}
.index .header-wrapper.shadow .pc-nav-box li.on > a:before,
.index .header-wrapper.shadow .pc-nav-box li.on > a:after {
  opacity: 1;
  visibility: visible;
}
.index .header-wrapper.shadow .pc-nav-box li > a {
  color: #050505;
}
.index .pc-nav-box li.on > a {
  color: #fff;
}
.index .pc-nav-box li.on > a:before,
.index .pc-nav-box li.on > a:after {
  opacity: 0;
  visibility: hidden;
}
.index .pc-nav-box li > a {
  color: #fff;
}
.nofixed .header-wrapper,
.header-wrapper.on,
.header-wrapper.shadow,
.header-wrapper.border {
  background: #fff;
}
.nofixed .header-wrapper .logo-box .init,
.header-wrapper.on .logo-box .init,
.header-wrapper.shadow .logo-box .init,
.header-wrapper.border .logo-box .init {
  display: block;
}
.nofixed .header-wrapper .logo-box .on,
.header-wrapper.on .logo-box .on,
.header-wrapper.shadow .logo-box .on,
.header-wrapper.border .logo-box .on {
  display: none;
}
.nofixed .header-wrapper .tel,
.header-wrapper.on .tel,
.header-wrapper.shadow .tel,
.header-wrapper.border .tel {
  color: #003f8e;
  background-image: url(../img/tel2.png);
}
.nofixed .header-wrapper .search,
.header-wrapper.on .search,
.header-wrapper.shadow .search,
.header-wrapper.border .search {
  background-image: url(../img/search2.png);
}
.nofixed .header-wrapper .search:before,
.header-wrapper.on .search:before,
.header-wrapper.shadow .search:before,
.header-wrapper.border .search:before {
  background-color: #e6e7e8;
}
.nofixed .header-wrapper .language .caption,
.header-wrapper.on .language .caption,
.header-wrapper.shadow .language .caption,
.header-wrapper.border .language .caption {
  color: #333;
  background-image: url(../img/lang2.png);
}
.nofixed .header-wrapper .pc-nav-box li > a,
.header-wrapper.on .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a,
.header-wrapper.border .pc-nav-box li > a {
  color: #050505;
}
.nofixed .header-wrapper .pc-nav-box li:hover > a,
.header-wrapper.on .pc-nav-box li:hover > a,
.header-wrapper.shadow .pc-nav-box li:hover > a,
.header-wrapper.border .pc-nav-box li:hover > a,
.nofixed .header-wrapper .pc-nav-box li.on > a,
.header-wrapper.on .pc-nav-box li.on > a,
.header-wrapper.shadow .pc-nav-box li.on > a,
.header-wrapper.border .pc-nav-box li.on > a {
  color: #003f8e;
}
.border .header-wrapper {
  box-shadow: 0px 0px 30px 0px rgba(202, 202, 202, 0.49);
}
.border .header-wrapper:after {
  display: none;
}
.header-wrapper {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  background-color: #fff;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.header-wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(130, 134, 141, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.header-wrapper.shadow .pc-nav-box li > a:before,
.header-wrapper.border .pc-nav-box li > a:before,
.header-wrapper.shadow .pc-nav-box li > a:after,
.header-wrapper.border .pc-nav-box li > a:after {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .box {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 0.7rem;
  padding-left: 0.3rem;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  z-index: 1;
}
.header-wrapper .logo-box {
  width: 1.55rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .tel {
  font-size: var(--fs18);
  color: #003f8e;
  font-family: "mm";
  line-height: 0.4rem;
  padding-left: 0.3rem;
  background-image: url(../img/tel2.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.header-wrapper .language {
  font-size: 0;
  margin: 0 0.4rem;
  text-transform: uppercase;
  position: relative;
}
.header-wrapper .language .caption {
  font-family: "ml";
  cursor: pointer;
  font-size: var(--fs16);
  line-height: 0.7rem;
  padding-left: 0.3rem;
  background-image: url(../img/lang2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.2rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.header-wrapper .language a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  text-align: center;
  line-height: 0.3rem;
  padding: 0.08rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.header-wrapper .language a:hover {
  color: #003f8e;
}
.header-wrapper .language a:last-child {
  border-bottom: none;
}
.header-wrapper .language .list {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 1.3rem;
  margin-left: -0.65rem;
  background-color: #fff;
  box-shadow: 0px 5px 11px 0px rgba(27, 27, 27, 0.2);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
}
.header-wrapper .search {
  position: relative;
  cursor: pointer;
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/search2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.2rem;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.header-wrapper .search:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e6e7e8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header-wrapper .apply {
  padding: 0 0.2rem;
  min-width: 1.15rem;
  line-height: 0.7rem;
  height: 0.7rem;
  background: #003f8e;
  text-align: center;
  color: #fff;
  font-size: var(--fs16);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box {
  flex: 1;
  margin: 0 1.12rem;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.pc-nav-box li.on > a,
.pc-nav-box li:hover > a {
  color: #003f8e;
}
.pc-nav-box li.on > a:before,
.pc-nav-box li:hover > a:before,
.pc-nav-box li.on > a:after,
.pc-nav-box li:hover > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li:hover .nav,
.pc-nav-box li:hover .child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li > a {
  position: relative;
  font-size: var(--fs16);
  color: #050505;
  height: 0.7rem;
  line-height: 0.7rem;
}
.pc-nav-box li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #003f8e;
  position: absolute;
  left: 0;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box li > a:before {
  bottom: 0;
}
.pc-nav-box a {
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box .nav,
.pc-nav-box .child {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  top: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  transition: transform 0.3s, opacity 0.3s ease;
  -webkit-transition: transform 0.3s, opacity 0.3s ease;
  -moz-transition: transform 0.3s, opacity 0.3s ease;
  -ms-transition: transform 0.3s, opacity 0.3s ease;
  -o-transition: transform 0.3s, opacity 0.3s ease;
}
.pc-nav-box .nav {
  width: 220px;
  left: 50%;
  font-size: 0;
  text-align: center;
  margin-left: -110px;
  box-shadow: 0 22px 30px rgba(0, 0, 0, 0.02);
}
.pc-nav-box .nav a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 20px;
  padding: 15px 10px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.pc-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .nav a:hover,
.pc-nav-box .nav a.on {
  background-color: rgba(15, 53, 139, 0.1);
}
.pc-nav-box .child {
  left: 0;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
}
.pc-nav-box .child .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  padding: 0.8rem 1.1rem;
}
.pc-nav-box .child .item {
  width: 18.5%;
  margin-top: 0.48rem;
  margin-right: 1.875%;
}
.pc-nav-box .child .item:nth-child(-n+5) {
  margin-top: 0;
}
.pc-nav-box .child .item:nth-child(5n),
.pc-nav-box .child .item:last-child {
  margin-right: 0;
}
.pc-nav-box .child .item:hover .caption:before {
  width: 0.48rem;
}
.pc-nav-box .child .item:hover > a {
  color: #003f8e;
}
.pc-nav-box .child .item > a {
  display: inline-block;
}
.pc-nav-box .child .item > a,
.pc-nav-box .child .item .caption {
  position: relative;
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.pc-nav-box .child .item > a img,
.pc-nav-box .child .item .caption img {
  width: 0.36rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pc-nav-box .child.less .item {
  width: 33.33%;
  margin-right: 0;
  padding-right: 0.3rem;
}
.pc-nav-box .child .caption {
  margin-bottom: 0.1rem;
}
.pc-nav-box .child .list,
.pc-nav-box .child .caption,
.pc-nav-box .child .item > a {
  padding-left: 0.5rem;
}
.pc-nav-box .child .list a,
.pc-nav-box .child > a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 0.06rem;
  margin-bottom: 0.1rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box .child .list a:last-child,
.pc-nav-box .child > a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .child .list a:hover,
.pc-nav-box .child > a:hover {
  color: #003f8e;
}
.pc-nav-box .child .list span {
  display: block;
}
.pc-nav-box .child .list span:first-child a {
  margin-top: 0;
}
.pc-nav-box .child .list span a {
  display: inline-block;
}
.pc-nav-box .child .list {
  margin-top: 0.1rem;
}
.pc-nav-box .child > .list {
  margin-bottom: 0.14rem;
  padding-left: 0.3rem;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0.7rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #003f8e;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.getInfobox-wrapper {
  background-image: url(../img/getinfoboxbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0.56rem 0 0.63rem;
}
.getInfobox-wrapper h2 {
  color: #fff;
  font-family: "medium";
  font-size: var(--fs36);
  line-height: 0.48rem;
  margin-bottom: 0.35rem;
}
.learn {
  position: relative;
  display: block;
  width: 1.46rem;
  height: 0.48rem;
  line-height: 0.48rem;
  margin: 0 auto;
  text-align: center;
  font-size: var(--fs16);
  background-image: url(../img/more_xs_2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  color: #003f8e;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.learn:hover {
  color: #fff;
  font-family: "mm";
  background-image: url(../img/more_xs.png);
}
.btn-box {
  text-align: center;
}
.btn-box a,
.btn-box .index-more {
  display: inline-block;
  margin-right: 0.2rem;
}
.btn-box a:last-child,
.btn-box .index-more:last-child {
  margin-right: 0;
}
.btn-box div {
  cursor: default;
}
.index-more {
  position: relative;
  display: block;
  width: 1.46rem;
  height: 0.53rem;
  line-height: 0.53rem;
  margin: 0 auto;
  font-size: var(--fs16);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  padding: 0 0.3rem 0 0.2rem;
  text-align: left;
  color: #003f8e;
  background-image: url(../img/more_2.png);
}
.index-more:hover {
  color: #fff;
  background-image: url(../img/more_4.png);
}
.index-more:hover i {
  background-image: url(../img/iright.png);
}
.index-more.white {
  color: #fff;
  background-image: url(../img/more_1.png);
}
.index-more.white:hover i {
  background-image: url(../img/iright2.png);
}
.index-more.white:hover,
.index-more.white.on {
  color: #003f8e;
  background-image: url(../img/more_3.png);
}
.index-more.white:hover i,
.index-more.white.on i {
  background-image: url(../img/iright2.png);
}
.index-more.white.on:hover {
  color: #fff;
  background-image: url(../img/more_4.png);
}
.index-more.white.on:hover i {
  background-image: url(../img/iright.png);
}
.index-more.white i {
  background-image: url(../img/iright.png);
}
.index-more.active {
  color: #fff;
  background-image: url(../img/more_4.png);
}
.index-more.active:hover {
  background-image: url(../img/more_5.png);
}
.index-more.active i {
  background-image: url(../img/iright2.png);
}
.index-more.active img {
  width: 0.13rem;
  margin-right: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.index-more.blue {
  display: inline-block;
  color: #fff;
  padding-right: 0.4rem;
  width: auto;
  background-image: url(../img/more_5.png);
}
.index-more.blue:hover {
  background-image: url(../img/more_4.png);
}
.index-more.blue i {
  background-image: url(../img/iright.png);
}
.index-more i {
  display: inline-block;
  width: 7px;
  height: 100%;
  background-image: url(../img/iright2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.imore {
  display: inline-block;
  font-size: var(--fs16);
  line-height: 24px;
  color: #666;
}
.imore:hover {
  color: #003f8e;
}
.imore:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../img/iright2.png);
}
.imore.white {
  color: #fff;
}
.imore.white i {
  background-image: url(../img/iright.png);
}
.imore.on {
  color: #003f8e;
}
.imore.on i {
  background-image: url(../img/iright2.png);
}
.imore i {
  display: inline-block;
  width: 7px;
  height: 13px;
  background-image: url(../img/iright3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: relative;
  top: -2px;
  vertical-align: middle;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  margin-left: 0.06rem;
}
@media screen and (min-width: 1004px) {
  .index .header-wrapper:hover {
    background: #fff;
  }
  .index .header-wrapper:hover .logo-box .init {
    display: block;
  }
  .index .header-wrapper:hover .logo-box .on {
    display: none;
  }
  .index .header-wrapper:hover .tel {
    color: #003f8e;
    background-image: url(../img/tel2.png);
  }
  .index .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .index .header-wrapper:hover .search:before {
    background-color: #e6e7e8;
  }
  .index .header-wrapper:hover .language .caption {
    color: #333;
    background-image: url(../img/lang2.png);
  }
  .index .header-wrapper:hover .pc-nav-box li:hover > a,
  .index .header-wrapper:hover .pc-nav-box li.on > a {
    color: #003f8e;
  }
  .index .header-wrapper:hover .pc-nav-box li > a {
    color: #050505;
  }
  .index .header-wrapper.shadow:hover .pc-nav-box li:hover > a,
  .index .header-wrapper.shadow:hover .pc-nav-box li.on > a {
    color: #003f8e;
  }
  .header-wrapper .language:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper .language:hover .caption {
    color: #003f8e;
    background-image: url(../img/lang3.png);
  }
  .header-wrapper .apply:hover {
    background-color: #f08437;
  }
  .header-wrapper .search:hover {
    background-image: url(../img/search3.png);
  }
}
@media screen and (max-width: 1600px) {
  .pc-nav-box {
    margin: 0 0.8rem;
  }
  .pc-nav-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pc-nav-box li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .pc-nav-box {
    margin: 0 0.8rem;
  }
  .pc-nav-box .nav a {
    font-size: var(--fs15);
  }
  .pc-nav-box .child .box-container {
    padding: 0.6rem 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .pc-nav-box {
    margin: 0 0.7rem;
  }
  .header-wrapper .language {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 1280px) {
  .pc-nav-box {
    margin: 0 0.6rem;
  }
}
@media screen and (max-width: 1004px) {
  .header-wrapper .box {
    height: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 2rem;
  }
  .header-wrapper .tel {
    display: none;
  }
  .header-wrapper .language {
    margin: 0 0.3rem;
  }
  .header-wrapper .language .caption {
    font-size: var(--fs15);
    line-height: 1.2rem;
    background-size: 0.3rem;
    padding-left: 0.4rem;
  }
  .header-wrapper .language a {
    font-size: var(--fs14);
    line-height: 0.48rem;
    padding: 0.12rem 0;
  }
  .header-wrapper .language .list {
    width: 2rem;
    margin-left: -1rem;
  }
  .header-wrapper .search {
    width: 1rem;
    height: 1.2rem;
    background-size: 0.3rem;
  }
  .header-wrapper .apply {
    min-width: 1.4rem;
    line-height: 1.2rem;
    height: 1.2rem;
    font-size: var(--fs14);
  }
  .pc-nav-box {
    display: none;
  }
  .getInfobox-wrapper {
    padding: 0.8rem 0;
    background-attachment: inherit;
  }
  .getInfobox-wrapper h2 {
    font-size: var(--fs24);
    margin-bottom: 0.5rem;
  }
  .learn {
    width: 1.8rem;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
  }
  .btn-box a {
    margin-right: 0.3rem;
  }
  .index-more {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: var(--fs14);
    padding: 0 0.5rem 0 0.3rem;
  }
  .index-more i {
    width: 5px;
    right: 0.2rem;
  }
  .index-more.active img {
    width: 0.18rem;
  }
  .imore {
    font-size: var(--fs14);
    line-height: 24px;
  }
  .imore i {
    width: 5px;
    height: 12px;
    margin-left: 0.1rem;
  }
}
.index-title {
  font-size: var(--fs40);
  line-height: 0.48rem;
  text-align: center;
  color: #000;
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.65rem;
}
.index-title.white {
  color: #fff;
}
.mt {
  margin-top: 1.3rem;
}
.padding {
  padding: 1.3rem 0;
}
.padding-xs {
  padding: 1.2rem 0;
}
.mt12 {
  margin-top: 1.2rem;
}
.data .num {
  color: #32bbee;
}
.index-box-1 {
  position: relative;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.index-box-1.animated {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .box-container {
  margin-top: -0.5rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 1.1rem 0;
  box-shadow: 0px 2px 18px 2px rgba(120, 126, 138, 0.2);
}
.index-box-1 .data li {
  width: 20%;
  padding: 0 0.3rem;
}
.index-box-1 .data .num {
  font-size: var(--fs48);
  line-height: 0.48rem;
  font-weight: 700;
}
.index-box-1 .data p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  font-family: "light";
  margin-top: 0.03rem;
}
.data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.data li {
  text-align: center;
}
.cat-box {
  text-align: center;
  font-size: 0;
  margin-bottom: 0.36rem;
}
.cat-box a {
  display: inline-block;
  position: relative;
  margin-right: 0.8rem;
  padding-bottom: 0.08rem;
}
.cat-box a:last-child {
  margin-right: 0;
}
.cat-box a:after {
  content: "";
  width: 100%;
  height: 0.04rem;
  background-color: #003f8e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.cat-box a.on .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.cat-box a.on .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.cat-box a.on p {
  font-family: "medium";
  color: #003f8e;
}
.cat-box a p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-top: 0.1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.cat-box .icon {
  position: relative;
  width: 0.84rem;
  height: 0.84rem;
  margin: 0 auto;
}
.cat-box .icon img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cat-box .icon .on {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .item {
  display: none;
}
.index-box-2 .swiper-slide {
  width: 25%;
  height: auto;
  background: url(../img/index2bg.jpg) repeat left top;
}
.index-box-2 .swiper-slide:last-child:after {
  display: none;
}
.index-box-2 .swiper-slide:hover .pic {
  transform: translateY(-0.2rem);
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
}
.index-box-2 .swiper-slide:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.index-box-2 .pic {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-2 .pic img {
  height: 4rem;
  object-fit: contain;
  object-position: center bottom;
}
.index-box-2 .info {
  padding: 0.5rem 0.5rem 0;
  margin-bottom: 0.8rem;
}
.index-box-2 .title {
  font-size: var(--fs24);
  color: #fff;
  font-family: "medium";
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
}
.index-box-2 .desc {
  font-size: var(--fs14);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  font-family: "light";
  color: #fff;
  margin: 0.05rem auto 0.1rem;
}
.index-box-2 .swiper-pagination {
  display: none;
}
.index-box-3 {
  position: relative;
}
.index-box-3 .index-dustry-swiper .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .swiper-slide-active h3,
.index-box-3 .swiper-slide-active .desc,
.index-box-3 .swiper-slide-active .index-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
}
.index-box-3 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-bottom: 1.4rem;
}
.index-box-3 h3,
.index-box-3 .desc,
.index-box-3 .index-more {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.6rem) scale(0.85);
  -webkit-transform: translateY(0.6rem) scale(0.85);
  -moz-transform: translateY(0.6rem) scale(0.85);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-3 h3,
.index-box-3 .desc {
  width: 41.66%;
}
.index-box-3 h3 {
  font-size: var(--fs48);
  color: #fff;
  font-family: "medium";
  line-height: 0.6rem;
  transition-delay: 0.1s;
}
.index-box-3 .desc {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0.18rem 0 0.66rem;
  transition-delay: 0.2s;
}
.index-box-3 .index-more {
  margin-left: 0;
  margin-right: 0;
  transition-delay: 0.25s;
}
.index-box-3 .cate-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
.index-box-3 .cate-box .swiper-slide {
  width: 12.5%;
  text-align: center;
  padding: 0.32rem 0.1rem 0.26rem;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.index-box-3 .cate-box .swiper-slide.on:after {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.index-box-3 .cate-box .swiper-slide.on:before {
  opacity: 0;
  visibility: hidden;
}
.index-box-3 .cate-box .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-3 .cate-box .swiper-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(-90deg, #1967cd 0%, #004299 100%);
  background-blend-mode: normal,normal;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transition-delay: 0.1s;
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  opacity: 0;
  visibility: hidden;
}
.index-box-3 .cate-box .swiper-slide a {
  display: block;
  position: relative;
  z-index: 10;
}
.index-box-3 .cate-box .icon {
  width: 0.4rem;
  display: block;
  margin: 0 auto;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-3 .cate-box p {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.12rem;
}
.index-box-4 {
  background: #f2f5f7;
}
.index-box-4 .swiper-slide {
  width: 44.375%;
}
.index-box-4 .swiper-slide.swiper-slide-active .info:after,
.index-box-4 .swiper-slide.swiper-slide-active .inner {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.index-box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 .swiper-slide .pic {
  border-radius: 0.1rem;
}
.index-box-4 .swiper-slide img {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-4 .swiper-slide a {
  display: block;
}
.index-box-4 .info {
  width: 46.95%;
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.index-box-4 .info:after {
  content: "";
  width: 100%;
  width: 0.1rem;
  height: calc(100% - 0.2rem);
  background-color: #32bbee;
  position: absolute;
  left: -0.1rem;
  top: 0.1rem;
  z-index: -1;
  transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  border-radius: 10px 0 0 10px;
  transition-delay: 0.4s;
}
.index-box-4 .inner {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.32rem 0.4rem 0.48rem;
  transform: translateX(-0.3rem);
  -webkit-transform: translateX(-0.3rem);
  -moz-transform: translateX(-0.3rem);
  -ms-transform: translateX(-0.3rem);
  -o-transform: translateX(-0.3rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  border-radius: 10px;
  transition-delay: 0.4s;
}
.index-box-4 .title {
  font-size: var(--fs16);
  color: #999;
  line-height: 0.32rem;
}
.index-box-4 .desc {
  font-size: var(--fs20);
  line-height: 0.32rem;
  color: #000;
  font-family: "medium";
  margin-top: 0.05rem;
  margin-bottom: 0.53rem;
}
.index-box-4 .brandLogo {
  height: 0.48rem;
  max-width: 100%;
}
.index-box-4 .swiper-btn {
  display: inline-block;
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: #fff;
}
.index-box-4 .swiper-btn:before,
.index-box-4 .swiper-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  box-sizing: border-box;
}
.index-box-4 .swiper-btn:after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px;
}
.index-box-4 .swiper-btn:before {
  border: solid 2px #eaeef2;
}
.index-box-4 .swiper-btn:hover:after {
  opacity: 1;
}
.index-box-4 .swiper-btn:hover rect {
  stroke-dashoffset: 0;
}
.index-box-4 .prev {
  left: 23.7%;
}
.index-box-4 .prev:after {
  background-image: url(../img/i-prev.png);
}
.index-box-4 .prev:hover:after {
  background-image: url(../img/i-prev2.png);
}
.index-box-4 .next {
  right: 23.7%;
}
.index-box-4 .next:after {
  background-image: url(../img/i-next.png);
}
.index-box-4 .next:hover:after {
  background-image: url(../img/i-next2.png);
}
.index-box-4 svg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  stroke-dasharray: 350;
}
.index-box-4 rect {
  fill: none;
  -webkit-transition: 4s stroke-dashoffset cubic-bezier(0.19, 1, 0.22, 1);
  transition: 4s stroke-dashoffset cubic-bezier(0.19, 1, 0.22, 1);
  stroke-dashoffset: 350;
  stroke: #003f8e;
  stroke-width: 1px;
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  /* background:#f6f6f6; */
  white-space: nowrap;
  padding: 0.33rem 0;
}
.str_wrap.str_active {
  /* background:#f1f1f1; */
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.index-box-5 {
  padding-bottom: 0.8rem;
}
.index-box-5 .phone {
  display: none;
}
.index-box-5 span {
  display: block;
  position: absolute;
  background: #003f8e;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.index-box-5 ul {
  list-style: none;
}
.line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.line_b {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
}
.line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.index-box-6 {
  position: relative;
  background: url(../img/index6bg.jpg) repeat-x left bottom;
}
.index-box-6 .box-container {
  position: relative;
  z-index: 10;
}
.index-box-6 .top {
  text-align: center;
  width: 54.68%;
  margin: 0 auto 0.66rem;
}
.index-box-6 .top .index-title {
  margin-bottom: 0.16rem;
}
.index-box-6 .top .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.index-box-6 .data li {
  width: 20%;
  text-align: center;
}
.index-box-6 .data .num {
  font-weight: 700;
}
.index-box-6 .data .num em,
.index-box-6 .data .num > i {
  margin-left: 0.1rem;
}
.index-box-6 .data .num span {
  display: inline-block;
  font-size: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
}
.index-box-6 .data p,
.index-box-6 .data em,
.index-box-6 .data i {
  font-size: var(--fs18);
  color: #999;
  font-family: "light";
}
.index-box-6 .data i {
  font-size: var(--fs24);
  font-family: "mm";
  position: relative;
  height: 0.72rem;
  line-height: 0.72rem;
  vertical-align: top;
}
.index-box-6 .data em i {
  position: absolute;
  left: 0;
  top: -0.18rem;
  height: 0.2rem;
  line-height: 0.2rem;
  z-index: 1;
}
.index-box-6 .data em,
.index-box-6 .data i {
  display: inline-block;
  position: relative;
  top: -1px;
  font-weight: 500;
}
.index-box-6 .data p {
  line-height: 24px;
  margin-top: 0.2rem;
}
.index-box-6 .index-more {
  margin-top: 1.46rem;
}
.index-box-6 canvas {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: 0;
  height: 140%!important;
}
.index-box-7 {
  background: #f5f5f9;
}
.index-box-7 .box-container {
  position: relative;
  z-index: 11;
}
.index-box-7 .index-title {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.37rem;
  text-align: left;
}
.index-box-7 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-7 .left,
.index-box-7 .right {
  width: 48.69%;
}
.index-box-7 ul {
  list-style: none;
}
.index-box-7 ul li {
  position: relative;
  background: #fff;
  margin-bottom: 0.2rem;
  padding: 0.3rem;
  box-shadow: 0px 0px 13px 0px rgba(51, 51, 51, 0.06);
}
.index-box-7 ul li:last-child {
  margin-bottom: 0;
}
.index-box-7 ul li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-7 ul li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f08437;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-7 .time {
  font-size: var(--fs14);
  color: #999;
  font-family: "ml";
  line-height: 24px;
}
.index-box-7 .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-7 .title {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.36rem;
  line-height: 0.36rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.index-box-7 .left:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-7 .left:hover .title {
  color: #003f8e;
}
.index-box-7 .left .info {
  margin-top: 0.18rem;
}
.index-box-7 .left .time {
  margin-bottom: 0.04rem;
}
.index-box-7 .left .title {
  font-size: var(--fs24);
}
.index-box-7 .right li:hover .title {
  color: #003f8e;
}
.index-box-7 .right .title {
  font-size: var(--fs20);
}
.index-box-7 .right .time {
  margin-bottom: 2px;
}
@media screen and (min-width: 1004px) {
  .index-box-2 .item:nth-child(3) .swiper-slide {
    width: 20%;
  }
  .cat-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .cat-box a:hover .icon .init {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
  .cat-box a:hover .icon .on {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .cat-box a:hover p {
    font-family: "medium";
    color: #003f8e;
  }
  .index-box-3 .cate-box .swiper-slide:hover .icon {
    transform: rotateY(180deg);
  }
  .index-box-3 .cate-box .swiper-slide:hover:after {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .index-box-5 .shadow {
    position: relative;
    cursor: default;
    display: inline-block;
    width: 2rem;
    height: 0.74rem;
    background: #fff;
    margin: 0 10px;
  }
  .index-box-5 .shadow:hover {
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04);
  }
  .index-box-5 .shadow:hover .line_t,
  .index-box-5 .shadow:hover .line_b {
    width: 100%;
  }
  .index-box-5 .shadow:hover .line_r,
  .index-box-5 .shadow:hover .line_l {
    height: 100%;
  }
  .index-box-5 .shadow img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 1600px) {
  .mt {
    margin-top: 1.2rem;
  }
  .padding {
    padding: 1.2rem 0;
  }
  .padding-xs {
    padding: 1.1rem 0;
  }
  .mt12 {
    margin-top: 1.1rem;
  }
  .index-box-1 .box-container {
    padding: 1rem 0;
  }
  .index-box-2 .pic img {
    height: 3.38rem;
  }
  .index-box-4 .prev {
    left: 23.5%;
  }
  .index-box-4 .next {
    right: 23.5%;
  }
  .index-box-4 .info {
    width: 52%;
    left: 0.7rem;
  }
  .index-box-4 .desc {
    margin-bottom: 0.46rem;
  }
  .index-box-4 .inner {
    padding-bottom: 0.4rem;
  }
  .str_wrap {
    padding: 0.24rem 0;
  }
  .index-box-5 {
    padding-bottom: 0.6rem;
  }
  .index-box-6 .index-more {
    margin-top: 1.3rem;
  }
  .index-box-7 ul li {
    padding: 0.25rem 0.3rem;
  }
}
@media screen and (max-width: 1440px) {
  .mt {
    margin-top: 1.1rem;
  }
  .padding {
    padding: 1.1rem 0;
  }
  .padding-xs {
    padding: 1rem 0;
  }
  .mt12 {
    margin-top: 1rem;
  }
  .index-box-1 .box-container {
    padding: 0.9rem 0;
  }
}
@media screen and (max-width: 1366px) {
  .mt {
    margin-top: 1rem;
  }
  .padding {
    padding: 1rem 0;
  }
  .index-box-1 .box-container {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon {
    font-size: 0;
    width: 1.1rem;
    height: 1.2rem;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: #32bbee;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 48%;
    height: 0.04rem;
    background-color: #fff;
    position: absolute;
    left: 26%;
    top: 0.54rem;
    z-index: 10;
    border-radius: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #003f8e;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #003f8e;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a,
  .phone-nav ul li .caption {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
  }
  .phone-nav ul li > a {
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .caption {
    position: relative;
  }
  .phone-nav ul li .caption.cate {
    padding-right: 0.8rem;
  }
  .phone-nav ul li .caption.cate.on {
    color: #003f8e;
  }
  .phone-nav ul li .caption.cate.on:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li .caption.cate:after {
    content: "";
    width: 7px;
    height: 100%;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    background: url(../img/iright3.png) no-repeat center center;
    background-size: 100%;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #003f8e;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #003f8e;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs > a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs > a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav ul li .list {
    display: none;
    padding: 0 0.3rem 0 0.6rem;
  }
  .phone-nav ul li .list a {
    font-size: 13px;
    line-height: 0.5rem;
    display: block;
  }
  .phone-nav ul li .item:last-child {
    padding-bottom: 0.3rem;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
  .index-title {
    font-size: var(--fs30);
    margin-bottom: 0.6rem;
  }
  .mt {
    margin-top: 1rem;
  }
  .padding {
    padding: 1rem 0;
  }
  .index-box-1 {
    opacity: 1;
    visibility: visible;
  }
  .index-box-1 .box-container {
    margin-top: 0;
    padding: 1rem 0.3rem 0.6rem;
    box-shadow: none;
  }
  .index-box-1 .data li {
    width: 33.33%;
    padding: 0;
    margin-top: 0.8rem;
  }
  .index-box-1 .data li:nth-child(-n+2) {
    margin-top: 0;
    width: 48%;
  }
  .index-box-1 .data .num {
    line-height: 0.48rem;
  }
  .index-box-1 .data p {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-top: 0.06rem;
  }
  .data ul {
    flex-flow: wrap;
  }
  .cat-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
    margin-bottom: 0.48rem;
  }
  .cat-box a {
    max-width: 33.33%;
    margin-right: 0.2rem;
    padding-bottom: 0.12rem;
  }
  .cat-box a p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .cat-box .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .index-box-2 .swiper-slide {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }
  .index-box-2 .swiper-slide:after {
    display: none;
  }
  .index-box-2 .pic {
    width: 75%;
    margin: 0 auto;
  }
  .index-box-2 .pic img {
    height: auto;
  }
  .index-box-2 .info {
    padding: 0.8rem 0.6rem 0;
    margin-bottom: 0.4rem;
  }
  .index-box-2 .title {
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .index-box-2 .desc {
    line-height: 0.4rem;
    height: 0.8rem;
    margin: 0.12rem auto 0.24rem;
  }
  .index-box-2 .swiper-pagination {
    display: block;
    bottom: 0.34rem;
    font-size: 0;
  }
  .index-box-2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-2 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-2 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-2 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-2 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 30px;
  }
  .index-box-3 .info {
    height: auto;
    padding-bottom: 0;
    padding-top: 0.4rem;
  }
  .index-box-3 h3,
  .index-box-3 .desc {
    width: 100%;
  }
  .index-box-3 h3 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-box-3 .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    height: 1.6rem;
    margin-bottom: 0.48rem;
  }
  .index-box-3 .pic img {
    height: 6rem;
    object-fit: cover;
  }
  .index-box-3 .cate-box .swiper-slide {
    width: 25%;
    padding: 0.2rem 0.1rem;
  }
  .index-box-3 .cate-box .icon {
    width: 0.44rem;
  }
  .index-box-3 .cate-box p {
    font-size: var(--fs14);
    line-height: 0.34rem;
    height: 0.64rem;
    -webkit-line-clamp: 2;
    margin-top: 0.1rem;
  }
  .index-box-4 .swiper-slide {
    width: 60%;
  }
  .index-box-4 .swiper-slide .pic > img {
    height: 4.8rem;
    object-fit: cover;
  }
  .index-box-4 .info {
    width: 80%;
    left: 0.48rem;
  }
  .index-box-4 .info:after {
    width: 0.1rem;
    height: calc(100% - 0.2rem);
    left: -0.1rem;
    top: 0.1rem;
    border-radius: 10px 0 0 10px;
  }
  .index-box-4 .inner {
    padding: 0.32rem 0.4rem 0.48rem;
    border-radius: 10px;
  }
  .index-box-4 .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
  }
  .index-box-4 .desc {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-top: 0.06rem;
    margin-bottom: 0.48rem;
  }
  .index-box-4 .brandLogo {
    height: 0.54rem;
  }
  .index-box-4 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .index-box-4 .swiper-btn:after {
    background-size: 5px;
  }
  .index-box-4 .prev {
    left: 0.1rem;
  }
  .index-box-4 .next {
    right: 0.1rem;
  }
  .index-box-5 .phone {
    display: block;
  }
  .index-box-5 .phone > div {
    width: 99%;
    height: auto;
    overflow: hidden;
  }
  .index-box-5 .pc {
    display: none;
  }
  .index-box-5 li {
    width: 2rem;
    background: #fff;
    float: left;
    padding: 6px;
    position: relative;
  }
  .index-box-5 li a {
    display: block;
  }
  .index-box-5 li:hover .line_t,
  .index-box-5 li:hover .line_b {
    width: 100%;
  }
  .index-box-5 li:hover .line_r,
  .index-box-5 li:hover .line_l {
    height: 100%;
  }
  .index-box-5 li img {
    height: auto;
  }
  .index-box-6 .top {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .index-box-6 .top .index-title {
    margin-bottom: 0.12rem;
  }
  .index-box-6 .top .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .index-box-6 .data li {
    width: 33.33%;
    margin-top: 0.8rem;
  }
  .index-box-6 .data li:nth-child(-n+2) {
    width: 48%;
    margin-top: 0;
  }
  .index-box-6 .data .num span {
    font-size: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .index-box-6 .data p,
  .index-box-6 .data em {
    font-size: var(--fs14);
  }
  .index-box-6 .data em i {
    top: -0.2rem;
  }
  .index-box-6 .data i {
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .index-box-6 .data p {
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .index-box-6 .index-more {
    margin-top: 1rem;
  }
  .index-box-7 .index-title {
    display: block;
    margin-bottom: 0.48rem;
  }
  .index-box-7 .main {
    display: block;
  }
  .index-box-7 .left,
  .index-box-7 .right {
    width: 100%;
  }
  .index-box-7 ul li {
    padding: 0.3rem;
  }
  .index-box-7 .time {
    line-height: 0.36rem;
  }
  .index-box-7 .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    max-height: 0.8rem;
  }
  .index-box-7 .title {
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .index-box-7 .left {
    margin-bottom: 0.6rem;
  }
  .index-box-7 .left .info {
    margin-top: 0.4rem;
  }
  .index-box-7 .left .title {
    font-size: var(--fs18);
  }
  .index-box-7 .right .title {
    font-size: var(--fs18);
  }
}
.footer-wrapper {
  background: #000;
  padding-top: 0.92rem;
  padding-bottom: 0.72rem;
}
.footer-wrapper ul {
  list-style: none;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .logo {
  display: block;
  width: 1.8rem;
  margin-bottom: 0.1rem;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .contact-box li {
  margin-bottom: 0.1rem;
}
.footer-wrapper .contact-box li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .contact-box li:first-child a {
  font-size: var(--fs48);
  line-height: 0.48rem;
}
.footer-wrapper .contact-box a {
  font-size: var(--fs24);
  color: #fff;
  font-family: "mr";
}
.footer-wrapper .contact-box p {
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
  font-family: "light";
  margin-bottom: 2px;
}
.footer-wrapper .qrcode-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.footer-wrapper .qrcode-box li {
  width: 1rem;
  text-align: center;
  margin-right: 0.2rem;
}
.footer-wrapper .qrcode-box li:last-child {
  margin-right: 0;
}
.footer-wrapper .qrcode-box p {
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.65);
  line-height: 24px;
  font-family: "light";
  margin-top: 0.1rem;
}
.footer-wrapper .box-2 {
  margin-top: 0.4rem;
  align-items: flex-end;
}
.footer-wrapper h4 {
  font-size: var(--fs16);
  color: #fff;
  font-family: "medium";
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-wrapper .copyright {
  line-height: 24px;
  text-transform: uppercase;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #003f8e;
}
.footer-nav-box {
  flex: 1;
  margin: 0 0.9rem;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.footer-nav-box li {
  margin-right: 0.4rem;
  max-width: 24%;
  min-width: 14%;
}
.footer-nav-box li:last-child {
  margin-right: 0;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  color: #fff;
  font-weight: 700;
}
.footer-nav-box li > a:hover {
  color: #003f8e;
}
.footer-nav-box .navs {
  margin-top: 0.18rem;
}
.footer-nav-box .navs a {
  font-size: var(--fs14);
  color: #999;
}
.footer-nav-box .navs a:hover {
  color: #fff;
}
.footer-nav-box a {
  display: block;
  line-height: 20px;
  margin-bottom: 0.12rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.footer-nav-box a:last-child {
  margin-bottom: 0;
}
.share {
  font-size: 0;
}
.share ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: flex-end;
}
.share li {
  position: relative;
  margin-right: 0.2rem;
}
.share li:last-child {
  margin-right: 0;
}
.share li.active .init {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.share li.active .on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.share li.active .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share li a {
  display: block;
  width: 0.43rem;
  height: 0.43rem;
}
.share li a img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.share li .on {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
}
.share .hidebox {
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  top: -1.6rem;
  z-index: 1;
  width: 1.2rem;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 5px 5px 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.share .hidebox:after {
  content: "";
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -14px;
  z-index: 10;
}
.share .hidebox img {
  display: block;
  border-radius: 5px;
}
.share .hidebox p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.link {
  font-size: 0;
  margin-top: 0.3rem;
}
.link a {
  position: relative;
  font-size: 12px;
  padding-right: 0.16rem;
  margin-right: 0.16rem;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  color: rgba(255, 255, 255, 0.65);
}
.link a:hover {
  color: #fff;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 9px;
  z-index: 1;
  width: 1px;
  height: 6px;
  background: rgba(255, 255, 255, 0.65);
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
.sidebar-box {
  position: fixed;
  right: 15px;
  bottom: 10%;
  z-index: 30;
}
.sidebar-box ul {
  list-style: none;
}
.sidebar-box li {
  position: relative;
  margin-bottom: 4px;
}
.sidebar-box li:last-child {
  margin-bottom: 0;
}
.sidebar-box li > a {
  position: relative;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 63, 142, 0.08);
  border-radius: 5px;
  z-index: 15;
}
.sidebar-box li > a img {
  display: block;
  width: 100%;
}
.sidebar-box .gotop {
  display: none;
}
.sidebar-box .hidebox {
  position: absolute;
  right: 0.64rem;
  top: 0;
  z-index: 10;
  width: 1.2rem;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 6px 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.2rem);
  -webkit-transform: translateX(0.2rem);
  -moz-transform: translateX(0.2rem);
  -ms-transform: translateX(0.2rem);
  -o-transform: translateX(0.2rem);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.sidebar-box .hidebox:after {
  content: "";
  border: 6px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 0.17rem;
  right: -12px;
  z-index: 10;
}
.sidebar-box .hidebox p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.sidebar-box .hidebox img {
  display: block;
  width: 100%;
}
.sidebar-box .tel .hidebox {
  right: 0;
  width: 2.6rem;
  padding: 0 0.6rem 0 0.1rem;
}
.sidebar-box .tel .hidebox:after {
  display: none;
}
.sidebar-box .tel .hidebox a {
  text-align: left;
  font-size: var(--fs24);
  color: #003f8e;
  font-family: "mm";
  line-height: 0.5rem;
}
@media screen and (min-width: 1004px) {
  .share li:hover .init {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    opacity: 0;
    visibility: hidden;
  }
  .share li:hover .on {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .share li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .sidebar-box li:hover > a {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .sidebar-box li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@media screen and (max-width: 1600px) {
  .footer-nav-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-nav-box li {
    margin-right: 0;
  }
  .footer-nav-box .navs {
    margin-top: 0.1rem;
  }
  .footer-wrapper {
    padding-bottom: 0.6rem;
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-nav-box {
    margin: 0 0.76rem;
  }
  .footer-nav-box li > a {
    font-size: var(--fs16);
  }
  .index-box-6 .data .num span {
    font-size: 0.68rem;
    line-height: 0.68rem;
    height: 0.68rem;
  }
  .index-box-6 .data i {
    line-height: 0.68rem;
    height: 0.68rem;
  }
}
@media screen and (max-width: 1004px) {
  .footer-nav-box {
    display: none;
  }
  .footer-wrapper {
    padding-top: 0.6rem;
    padding-bottom: 0.48rem;
  }
  .footer-wrapper .box-1 {
    align-items: flex-end;
  }
  .footer-wrapper .box-2 {
    display: block;
  }
  .footer-wrapper .logo {
    width: 1.8rem;
  }
  .footer-wrapper .contact-box li {
    margin-bottom: 0.16rem;
  }
  .footer-wrapper .contact-box a {
    font-size: var(--fs16);
  }
  .footer-wrapper .contact-box p {
    line-height: 0.36rem;
  }
  .footer-wrapper .qrcode-box li {
    width: 1.4rem;
    margin-right: 0.24rem;
  }
  .footer-wrapper .qrcode-box p {
    line-height: 0.36rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.6rem;
  }
  .footer-wrapper h4 {
    font-size: var(--fs15);
    line-height: 0.4rem;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    line-height: 0.36rem;
  }
  .footer-wrapper .copyright {
    line-height: 0.36rem;
  }
  .share {
    display: none;
  }
  .link {
    margin-top: 0.2rem;
  }
  .link a {
    padding-right: 0.24rem;
    margin-right: 0.24rem;
    line-height: 0.36rem;
  }
  .link a:after {
    top: 0.14rem;
  }
  .sidebar-box {
    right: 10px;
  }
  .sidebar-box li.on > a {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .sidebar-box li.on .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .sidebar-box li > a {
    width: 0.64rem;
    height: 0.64rem;
  }
  .sidebar-box .hidebox {
    right: 0.8rem;
    width: 2rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
  .sidebar-box .hidebox:after {
    top: 0.24rem;
  }
  .sidebar-box .tel .hidebox {
    width: 3.6rem;
  }
  .sidebar-box .tel .hidebox a {
    font-size: var(--fs20);
    line-height: 0.64rem;
  }
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-banner-wrapper .swiper-container-horizontal .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .swiper-container-horizontal .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .swiper-container-horizontal .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide > a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide img,
.index-banner-wrapper .swiper-slide iframe {
  display: block;
  width: 100%;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  text-align: center;
}
.index-banner-wrapper .brief {
  color: #fff;
  font-size: var(--fs24);
  line-height: 0.36rem;
}
.index-banner-wrapper h4 {
  font-size: var(--fs48);
  color: #fff;
  line-height: 0.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.8rem;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  margin: 0 5px;
  width: 0.54rem;
  height: 7px;
  border: none;
  background: none;
  border-radius: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  top: 2px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before {
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  width: 0;
  z-index: 10;
  background: #fff;
  transition: width 3s ease;
  -webkit-transition: width 3s ease;
  -moz-transition: width 3s ease;
  -ms-transition: width 3s ease;
  -o-transition: width 3s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper .white h1,
.page-banner-wrapper .white h2,
.page-banner-wrapper .white p {
  color: #fff;
}
.page-banner-wrapper h1,
.page-banner-wrapper h2 {
  font-size: var(--fs48);
  color: #000;
  line-height: 0.6rem;
  font-weight: 700;
}
.page-banner-wrapper h6 {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  margin-top: 0.09rem;
}
.page-banner-wrapper p {
  font-size: var(--fs18);
  color: #000;
  line-height: 0.3rem;
  margin-top: 0.12rem;
}
.page-banner-wrapper .index-more {
  margin-top: 0.7rem;
}
.page-banner-wrapper .info2 .index-more {
  margin-top: 0.87rem;
}
.page-banner-wrapper .info2 p {
  color: #aec6e5;
  margin-top: 0.1rem;
}
.page-banner-wrapper .tips {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}
.page-banner-wrapper .tips svg {
  width: 0.16rem;
  margin-right: 0.06rem;
  position: relative;
  vertical-align: middle;
  top: -3px;
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: 100%;
  }
  .page-nav-wrapper.fixed-box {
    position: sticky;
    left: 0;
    top: 0.7rem;
  }
  .page-nav-wrapper.fixed-box .nav > a {
    line-height: 0.5rem;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: var(--fs16);
    line-height: 0.8rem;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-right: 0.6rem;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #003f8e;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #003f8e;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .index-banner-wrapper .swiper-container,
  .index-banner-wrapper .swiper-slide video,
  .index-banner-wrapper .swiper-slide iframe,
  .index-banner-wrapper .swiper-slide img {
    height: 100vh;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .page-banner-wrapper .index-more {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-banner-wrapper .normal video {
    height: 60vh;
    object-fit: cover;
    width: 100%;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .info {
    padding-top: 0.6rem;
  }
  .index-banner-wrapper h4 {
    font-size: var(--fs30);
    line-height: 0.48rem;
  }
  .index-banner-wrapper .brief {
    font-size: var(--fs18);
    line-height: 0.4rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.35rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 0.54rem;
    height: 7px;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
    height: 3px;
    top: 2px;
  }
  .page-banner-wrapper > img {
    height: 3.4rem;
    object-fit: cover;
  }
  .page-banner-wrapper .fs14 h1,
  .page-banner-wrapper .fs14 h2 {
    font-size: var(--fs22);
  }
  .page-banner-wrapper .fs14 p {
    font-size: var(--fs14);
  }
  .page-banner-wrapper h1,
  .page-banner-wrapper h2 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .page-banner-wrapper p {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .page-banner-wrapper .index-more {
    margin-top: 0.24rem;
  }
  .page-banner-wrapper h6 {
    font-size: var(--fs16);
    line-height: 0.34rem;
  }
  .page-banner-wrapper .info2 .index-more {
    margin-top: 0.24rem;
  }
  .page-banner-wrapper .info2 p {
    line-height: 0.36rem;
    font-size: var(--fs14);
    margin-top: 0.05rem;
  }
  .page-banner-wrapper .tips svg {
    width: 0.24rem;
    margin-right: 0.08rem;
    top: -2px;
  }
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #003f8e;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
}
.page-box {
  padding: 1.2rem 0 1.1rem;
}
.about-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-1 .pic {
  width: 50%;
}
.about-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-1 .info {
  width: 43.48%;
}
.about-wrapper .box-1 .index-title {
  text-align: left;
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
}
.about-wrapper .box-1 h1 {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #003f8e;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.about-wrapper .box-2 .video-box.on iframe {
  display: block;
}
.about-wrapper .box-2 iframe {
  width: 100%;
  height: 6.1rem;
  display: none;
}
.about-wrapper .data {
  margin-top: 0.9rem;
}
.about-wrapper .data .num {
  font-size: var(--fs48);
  line-height: 0.6rem;
  height: 0.6rem;
  font-family: "mm";
}
.about-wrapper .data .num i {
  color: #32bbee;
  font-family: "medium";
  font-size: var(--fs30);
  line-height: 15px;
  height: 15px;
  vertical-align: top;
  position: relative;
  top: 0.1rem;
  margin-left: 0.1rem;
}
.about-wrapper .data p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 2px;
}
.about-wrapper .box-3 {
  position: relative;
  margin-top: 0.92rem;
  background: url(../img/about3.jpg) no-repeat center center fixed;
  background-size: cover;
}
.about-wrapper .box-3 .box-container {
  position: relative;
  z-index: 10;
}
.about-wrapper .box-3 span {
  display: block;
  position: absolute;
  background: #003f8e;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-wrapper .box-3 .swiper-wrapper {
  flex-flow: wrap;
}
.about-wrapper .box-3 .swiper-slide {
  width: 18.68%;
  margin-right: 1.65%;
  background: #fff;
}
.about-wrapper .box-3 .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .swiper-slide:hover .line_t,
.about-wrapper .box-3 .swiper-slide:hover .line_b {
  width: 100%;
}
.about-wrapper .box-3 .swiper-slide:hover .line_r,
.about-wrapper .box-3 .swiper-slide:hover .line_l {
  height: 100%;
}
.about-wrapper .box-3 .swiper-slide img {
  height: 1.6rem;
  object-fit: contain;
}
.about-wrapper .box-3 canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.about-wrapper .box-4 .main {
  background: url(../img/about4.jpg) no-repeat center center fixed;
  background-size: cover;
}
.about-wrapper .box-4 .main ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-4 .main li {
  position: relative;
  height: 6rem;
  width: 25%;
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  cursor: pointer;
  align-items: center;
}
.about-wrapper .box-4 .main li:last-child:after {
  display: none;
}
.about-wrapper .box-4 .main li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.about-wrapper .box-4 .main li.on .hidebox {
  display: block;
  animation: zoomIn 0.48s ease;
}
.about-wrapper .box-4 .main li.on .info {
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
}
.about-wrapper .box-4 .main li:hover .icon {
  transform: translateY(-0.06rem);
  -webkit-transform: translateY(-0.06rem);
  -moz-transform: translateY(-0.06rem);
  -ms-transform: translateY(-0.06rem);
  -o-transform: translateY(-0.06rem);
}
.about-wrapper .box-4 .main li:hover .hidebox {
  display: block;
  animation: zoomIn 0.48s ease;
}
.about-wrapper .box-4 .info {
  width: 100%;
  padding: 0 0.3rem;
  transition: transform 0.15s ease;
  -webkit-transition: transform 0.15s ease;
  -moz-transition: transform 0.15s ease;
  -ms-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
}
.about-wrapper .box-4 .icon {
  width: 0.4rem;
  display: block;
  margin: 0 auto 0.2rem;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.about-wrapper .box-4 h4 {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
}
.about-wrapper .box-4 .line {
  width: 23px;
  height: 2px;
  opacity: 0.5;
  background: #fff;
  margin: 0.13rem auto 0.36rem;
}
.about-wrapper .box-4 .brief {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.48rem;
}
.about-wrapper .box-4 .hidebox {
  display: none;
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-box.on .pic {
  display: none;
}
.video-box.on .video {
  display: block;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  z-index: 10;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #003f8e;
  border-radius: 50%;
  box-sizing: border-box;
}
.video-box .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-box .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-box .play i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-box video {
  width: 100%;
}
.video-box .video {
  display: none;
}
.video-box .video video {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.recommend-box {
  position: relative;
  margin-bottom: 0.6rem;
  box-shadow: 0px 0px 30px 0px rgba(202, 202, 202, 0.49);
}
.recommend-box .pic,
.recommend-box .info {
  width: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.35s;
}
.recommend-box .swiper-slide-active .pic,
.recommend-box .swiper-slide-active .info {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.recommend-box .pic {
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.recommend-box .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.recommend-box .info {
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.recommend-box .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.recommend-box .swiper-slide .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  height: 0.72rem;
  margin: 0.11rem auto 0.2rem;
  color: #000;
  font-family: "medium";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recommend-box .swiper-slide .info {
  padding: 0.5rem 1.06rem 0 0.58rem;
}
.recommend-box .time {
  font-size: var(--fs18);
  color: #999;
}
.recommend-box .time span {
  font-size: var(--fs36);
  line-height: 0.4rem;
  color: #003f8e;
  margin-right: 0.1rem;
}
.recommend-box .swiper-pagination {
  display: block;
  bottom: 0.6rem;
  font-size: 0;
  width: 50%;
  padding: 0 0.58rem;
  left: 50%;
  text-align: left;
}
.recommend-box .swiper-pagination:first-child {
  padding-left: 0;
}
.recommend-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #d7dbe1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: none;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.recommend-box .swiper-pagination .swiper-pagination-bullet:link,
.recommend-box .swiper-pagination .swiper-pagination-bullet:visited,
.recommend-box .swiper-pagination .swiper-pagination-bullet:active,
.recommend-box .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.recommend-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003f8e;
  width: 0.36rem;
  border-radius: 4px;
}
.news-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-wrapper .list > ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-wrapper .list > ul > li {
  width: 31.38%;
  margin-right: 2.293%;
  margin-top: 0.74rem;
}
.news-wrapper .list > ul > li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list > ul > li:hover .title {
  color: #003f8e;
}
.news-wrapper .list .pic img {
  height: 2.62rem;
  object-fit: contain;
}
.news-wrapper .list .info {
  margin-top: 0.14rem;
}
.news-wrapper .list .title {
  font-size: var(--fs18);
  line-height: 0.3rem;
  height: 0.6rem;
  color: #000;
  font-family: "medium";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper .date {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-top: 0.08rem;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .left {
  width: 62.76%;
}
.newsinfo-wrapper .top {
  margin-bottom: 0.34rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #f0f0f0;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs36);
  color: #000;
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 0.12rem;
}
.newsinfo-wrapper .other {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  line-height: 0.3rem;
}
.newsinfo-wrapper .other span {
  font-size: var(--fs16);
  color: #666;
  margin-right: 0.24rem;
}
.newsinfo-wrapper .shares {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.newsinfo-wrapper .shares span {
  margin-right: 0.06rem;
}
.newsinfo-wrapper .shares a {
  display: inline-block;
  margin-right: 0.15rem;
}
.newsinfo-wrapper .shares a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .shares a:hover .init {
  display: none;
}
.newsinfo-wrapper .shares a:hover .on {
  display: block;
  animation: fadeIn 0.35s ease;
}
.newsinfo-wrapper .shares .init,
.newsinfo-wrapper .shares .on {
  width: 0.2rem;
}
.newsinfo-wrapper .shares .init {
  display: block;
}
.newsinfo-wrapper .shares .on {
  display: none;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.newsinfo-wrapper .relative-box {
  margin-top: 0.9rem;
}
.newsinfo-wrapper .relative-box ul {
  list-style: none;
}
.newsinfo-wrapper .relative-box li {
  padding: 0.2rem 0.4rem;
  border: solid 1px #e1e1e1;
  border-top: 2px solid #5f5f5f;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  margin-bottom: 0.2rem;
}
.newsinfo-wrapper .relative-box li:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box li:hover {
  border-color: #003f8e;
}
.newsinfo-wrapper .relative-box p,
.newsinfo-wrapper .relative-box a {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.newsinfo-wrapper .relative-box p {
  color: #000;
}
.newsinfo-wrapper .relative-box a {
  color: #666;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .relative-box a:hover {
  color: #003f8e;
}
.newsinfo-wrapper .right {
  width: 33.33%;
  padding-top: 0.9rem;
}
.newsinfo-wrapper .right ul {
  list-style: none;
}
.newsinfo-wrapper .right li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.newsinfo-wrapper .right li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.newsinfo-wrapper .right li:first-child {
  padding-top: 0;
}
.newsinfo-wrapper .right li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.newsinfo-wrapper .right li:hover h6 {
  color: #003f8e;
}
.newsinfo-wrapper .right li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.newsinfo-wrapper .right .pic {
  width: 52.73%;
}
.newsinfo-wrapper .right .info {
  padding-top: 0.12rem;
  flex: 1;
  padding-left: 0.18rem;
}
.newsinfo-wrapper .right h6 {
  font-size: var(--fs18);
  color: #000;
  line-height: 0.24rem;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-bottom: 0.12rem;
}
.newsinfo-wrapper .right p {
  font-size: var(--fs16);
  color: #999;
  line-height: 0.24rem;
}
.newsinfo-wrapper .caption {
  font-size: var(--fs24);
  color: #666;
  line-height: 0.36rem;
  font-family: "medium";
  margin-bottom: 0.28rem;
}
.video-wrapper .list > ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.video-wrapper .list > ul > li {
  position: relative;
  cursor: pointer;
  width: calc((100% - 0.3rem) / 2);
  margin-top: 0.3rem;
}
.video-wrapper .list > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
.video-wrapper .list > ul > li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-wrapper .list > ul > li:hover .play:before,
.video-wrapper .list > ul > li:hover .play:after {
  opacity: 1;
  visibility: visible;
}
.video-wrapper .list > ul > li .pic {
  position: relative;
}
.video-wrapper .list > ul > li .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/videobg.png) repeat-x left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.video-wrapper .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: -0.35rem;
  margin-left: -0.35rem;
}
.video-wrapper .play:before,
.video-wrapper .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
.video-wrapper .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-wrapper .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-wrapper .play i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/play2.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  z-index: 10;
}
.video-wrapper h6 {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  z-index: 10;
  font-size: var(--fs18);
  color: #fff;
  width: 100%;
  font-family: "medium";
  line-height: 0.36rem;
  padding: 0 0.3rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.join-wrapper .box-1 .box-container {
  position: relative;
}
.join-wrapper .box-1 .animated .pic:after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.join-wrapper .box-1 .animated .info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.join-wrapper .box-1 .pic {
  width: 66.73%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.join-wrapper .box-1 .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #003f8e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}
.join-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.join-wrapper .box-1 .info {
  width: 50%;
  height: calc(100% - 0.55rem);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #f9f9f9;
  overflow: hidden;
  padding: 0.9rem 1.48rem 0.9rem 0.78rem;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.58s;
}
.join-wrapper .box-1 .info h1 {
  font-size: var(--fs20);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
  margin: 0.24rem auto 0.04rem;
}
.join-wrapper .box-1 .index-title {
  text-align: left;
  margin-bottom: 0;
}
.join-wrapper .box-1 .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
}
.join-wrapper .box-2 {
  background: url(../img/joinbg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.join-wrapper .box-2 .swiper-slide {
  width: 23.44%;
  margin-right: 2.08%;
  background: #fff;
  text-align: center;
  height: 4.06rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.join-wrapper .box-2 .swiper-slide:last-child {
  margin-right: 0;
}
.join-wrapper .box-2 .swiper-slide:hover {
  background: #003f8e;
}
.join-wrapper .box-2 .swiper-slide:hover .info {
  transform: translateY(0.35rem);
  -webkit-transform: translateY(0.35rem);
  -moz-transform: translateY(0.35rem);
  -ms-transform: translateY(0.35rem);
  -o-transform: translateY(0.35rem);
  opacity: 0;
  visibility: hidden;
}
.join-wrapper .box-2 .swiper-slide:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0);
}
.join-wrapper .box-2 .info,
.join-wrapper .box-2 .hidebox {
  padding: 0 0.56rem;
}
.join-wrapper .box-2 .info {
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  padding-top: 1.03rem;
}
.join-wrapper .box-2 .info .icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #003f8e;
  padding: 0.3rem;
  margin: 0 auto;
}
.join-wrapper .box-2 .info .icon img {
  display: block;
  width: 100%;
}
.join-wrapper .box-2 .info h5 {
  color: #000;
  margin-top: 0.36rem;
}
.join-wrapper .box-2 .hidebox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 0.63rem;
  padding-bottom: 0.46rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: rotateY(90deg);
}
.join-wrapper .box-2 .hidebox h5 {
  color: #fff;
  margin: 0.27rem auto 0.16rem;
}
.join-wrapper .box-2 .hidebox .icon {
  width: 0.6rem;
  display: block;
  margin: 0 auto;
}
.join-wrapper .box-2 h5 {
  font-size: var(--fs24);
  line-height: 0.3rem;
  min-height: 0.6rem;
}
.join-wrapper .box-2 .line {
  width: 22px;
  height: 2px;
  opacity: 0.5;
  background: #fff;
  margin: 0 auto;
}
.join-wrapper .box-2 .brief {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 96px;
  margin-top: 0.36rem;
}
.join-wrapper .box-3 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.join-wrapper .box-3 li {
  position: relative;
  text-align: center;
  width: 25%;
  padding: 0 0.2rem;
}
.join-wrapper .box-3 li:after {
  content: "";
  position: absolute;
  right: -0.79rem;
  top: 0;
  width: 1.58rem;
  height: 0.18rem;
  background: url(../img/point.png) no-repeat center center;
  background-size: 100%;
}
.join-wrapper .box-3 li:last-child:after {
  display: none;
}
.join-wrapper .box-3 li:hover .icon:before,
.join-wrapper .box-3 li:hover .icon:after {
  opacity: 1;
  visibility: visible;
}
.join-wrapper .box-3 li:hover .icon img {
  transform: rotateY(180deg);
}
.join-wrapper .box-3 .icon {
  position: relative;
  width: 1.2rem;
  border-radius: 50%;
  margin: 0 auto;
}
.join-wrapper .box-3 .icon:before,
.join-wrapper .box-3 .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(50, 187, 238, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.join-wrapper .box-3 .icon:before {
  animation: iconScale2 2.4s linear infinite;
}
.join-wrapper .box-3 .icon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.join-wrapper .box-3 .icon img {
  position: relative;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.join-wrapper .box-3 .icon,
.join-wrapper .box-3 li:after {
  height: 1.2rem;
}
.join-wrapper .box-3 .point:last-child {
  display: none;
}
.join-wrapper .box-3 p {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  margin-top: 0.37rem;
}
.staff-wrapper .recommend-box {
  box-shadow: none;
  background-color: #f5f6f7;
}
.staff-wrapper .recommend-box .info {
  padding-top: 0.7rem;
  padding-right: 1.4rem;
  padding-left: 0.8rem;
}
.staff-wrapper .recommend-box .title {
  line-height: 0.4rem;
  height: 0.8rem;
  margin-bottom: 0;
}
.staff-wrapper .recommend-box .swiper-pagination {
  left: 0;
  bottom: 0.8rem;
  padding-left: 0.8rem;
}
.staff-wrapper .list > ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.staff-wrapper .list > ul > li {
  width: 32.03%;
  margin-top: 0.42rem;
  margin-right: 1.955%;
}
.staff-wrapper .list > ul > li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.staff-wrapper .list > ul > li:hover .title {
  color: #003f8e;
}
.staff-wrapper .list .title {
  font-size: var(--fs18);
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-top: 0.12rem;
}
.case-wrapper .index-title {
  margin-bottom: 0.28rem;
}
.case-wrapper .recommend-box {
  margin-bottom: 1.1rem;
  box-shadow: 2px 5px 50px 0px rgba(202, 202, 202, 0.49);
}
.case-wrapper .recommend-box .title {
  font-size: var(--fs30);
  height: auto;
}
.case-wrapper .recommend-box .swiper-slide .info {
  padding: 0.55rem 0.78rem 0.8rem;
}
.case-wrapper .recommend-box .swiper-pagination {
  left: 0;
  right: auto;
  bottom: 0.5rem;
  padding: 0 0.78rem;
}
.case-wrapper .logo {
  display: block;
  height: 0.65rem;
}
.case-wrapper .list > ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.case-wrapper .list > ul > li {
  width: 48.7%;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-top: 2.6%;
}
.case-wrapper .list > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
.case-wrapper .list > ul > li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-wrapper .list > ul > li:hover .title {
  color: #003f8e;
}
.case-wrapper .list .info {
  padding: 0.3rem 0.3rem 0.6rem;
}
.case-wrapper .list .title {
  margin-bottom: 0.18rem;
}
.case-wrapper .list .logo {
  height: 0.42rem;
  margin-bottom: 0.2rem;
}
.case-wrapper .title {
  display: block;
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.36rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.case-wrapper .desc,
.case-wrapper .tit {
  font-size: var(--fs18);
  line-height: 24px;
}
.case-wrapper .tit {
  color: #999;
  margin-bottom: 0.1rem;
}
.case-wrapper .desc {
  color: #003f8e;
}
.caseinfo-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.caseinfo-wrapper .box-1 .pic {
  width: 50%;
}
.caseinfo-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.caseinfo-wrapper .box-1 .info {
  width: 42.97%;
}
.caseinfo-wrapper .box-1 .logo {
  display: block;
  height: 0.65rem;
  margin-bottom: 0.3rem;
}
.caseinfo-wrapper .box-1 h1 {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.04rem;
}
.caseinfo-wrapper .box-1 .brief {
  font-size: var(--fs24);
  color: #003f8e;
  line-height: 0.36rem;
  margin-bottom: 0.4rem;
}
.caseinfo-wrapper .box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.caseinfo-wrapper .box-2 .main,
.caseinfo-wrapper .box-3 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.caseinfo-wrapper .box-2 ul,
.caseinfo-wrapper .box-3 ul {
  list-style: none;
}
.caseinfo-wrapper .box-2 li,
.caseinfo-wrapper .box-3 li {
  margin-bottom: 0.1rem;
}
.caseinfo-wrapper .box-2 .pic,
.caseinfo-wrapper .box-3 .pic {
  width: 50%;
}
.caseinfo-wrapper .box-2 .pic:hover img,
.caseinfo-wrapper .box-3 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.caseinfo-wrapper .box-2 h6,
.caseinfo-wrapper .box-3 h6 {
  font-size: var(--fs18);
  line-height: 0.3rem;
}
.caseinfo-wrapper .box-2 p,
.caseinfo-wrapper .box-3 p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.caseinfo-wrapper .box-2 {
  background: #f4f6f7;
}
.caseinfo-wrapper .box-2 .info {
  width: 50%;
  background: #fff;
  padding: 0.5rem 0.4rem 0.22rem 0.6rem;
}
.caseinfo-wrapper .box-2 .info ul {
  height: 4.3rem;
  overflow-y: auto;
  padding-right: 0.82rem;
}
.caseinfo-wrapper .box-2 .info ul::-webkit-scrollbar {
  width: 2px;
  background-color: #f4f6f7;
}
.caseinfo-wrapper .box-2 .info ul::-webkit-scrollbar-thumb {
  background-color: #003f8e;
}
.caseinfo-wrapper .box-2 .info li {
  padding: 0.33rem 0;
  margin-bottom: 0;
  border-bottom: 1px solid #edeeee;
}
.caseinfo-wrapper .box-2 .info li:first-child {
  padding-top: 0;
}
.caseinfo-wrapper .box-2 h6 {
  position: relative;
  font-family: "medium";
  color: #000;
  margin-bottom: 0.13rem;
  padding-left: 0.2rem;
}
.caseinfo-wrapper .box-2 h6:before {
  content: "";
  background: url(../img/ci-right.png) no-repeat left center;
  position: absolute;
  width: 6px;
  height: 11px;
  z-index: 10;
  left: 0;
  top: 0.09rem;
  background-size: 100%;
}
.caseinfo-wrapper .box-2 .pic img {
  height: 100%;
  object-fit: cover;
}
.caseinfo-wrapper .box-3 .info {
  width: 48.95%;
  height: 5.4rem;
  overflow-y: auto;
  padding-right: 0.13rem;
}
.caseinfo-wrapper .box-3 .info::-webkit-scrollbar {
  width: 3px;
  background-color: #f4f6f7;
}
.caseinfo-wrapper .box-3 .info::-webkit-scrollbar-thumb {
  background-color: #003f8e;
}
.caseinfo-wrapper .box-3 li {
  background-color: #f4f6f7;
  border-left: 2px solid #003f8e;
  padding: 0.34rem 0.34rem 0.3rem 0.38rem;
}
.caseinfo-wrapper .box-3 h6 {
  color: #003f8e;
  margin-bottom: 0.15rem;
}
.caseinfo-wrapper .box-3 .pic {
  box-shadow: 2px 5px 50px 0px rgba(0, 66, 153, 0.2);
}
.caseinfo-wrapper .box-4 {
  background: url(../img/cibg4.jpg) no-repeat center center fixed;
  background-size: cover;
}
.caseinfo-wrapper .box-4 .swiper-container-horizontal {
  padding-bottom: 0.48rem;
}
.caseinfo-wrapper .box-4 .swiper-slide {
  width: 24.09%;
  height: auto;
  background: #fff;
  text-align: center;
  margin-right: 1.213%;
  padding: 0.7rem 0.4rem 0.52rem;
}
.caseinfo-wrapper .box-4 .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.caseinfo-wrapper .box-4 .swiper-slide:last-child {
  margin-right: 0;
}
.caseinfo-wrapper .box-4 .number {
  font-size: var(--fs48);
  line-height: 0.6rem;
  height: 0.6rem;
  color: #003f8e;
  font-weight: 700;
}
.caseinfo-wrapper .box-4 .icon {
  height: 0.6rem;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.caseinfo-wrapper .box-4 .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-top: 0.38rem;
  height: 1.2rem;
  padding-right: 4px;
  overflow-y: auto;
}
.caseinfo-wrapper .box-4 .brief::-webkit-scrollbar {
  width: 2px;
  background-color: #bababa;
}
.caseinfo-wrapper .box-4 .brief::-webkit-scrollbar-thumb {
  background-color: #003f8e;
}
.caseinfo-wrapper .box-4 .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.caseinfo-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
  background: #fff;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.caseinfo-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:link,
.caseinfo-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:visited,
.caseinfo-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:active,
.caseinfo-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.caseinfo-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 8px;
}
.case-box {
  background-color: #f4f6f7;
}
.case-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.case-box li {
  width: 32.16%;
  margin-right: 1.76%;
  margin-top: 1.76%;
}
.case-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-box li:hover figcaption {
  color: #fff;
  background: #003f8e;
}
.case-box .pic img {
  height: 2.6rem;
  object-fit: cover;
}
.case-box figcaption {
  text-align: center;
  height: 1rem;
  line-height: 1rem;
  font-size: var(--fs24);
  color: #000;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "medium";
}
.solution-wrapper .info .index-title,
.solution-wrapper .box-4 .index-title {
  margin-bottom: 0.14rem;
}
.solution-wrapper .box-2 {
  background: url(../img/solutionbg.jpg) no-repeat bottom center;
  background-size: cover;
}
.solution-wrapper .box-2 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.solution-wrapper .box-2 .pic {
  display: block;
  width: 50%;
}
.solution-wrapper .box-2 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-wrapper .box-2 .info {
  width: 46.22%;
}
.solution-wrapper .box-2 .index-title {
  display: inline-block;
}
.solution-wrapper .box-2 .index-title:hover {
  color: #003f8e;
}
.solution-wrapper .box-2 .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  margin-bottom: 1.05rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 1.44rem;
}
.solution-wrapper .box-3 .content,
.solution-wrapper .box-4 .content {
  width: 9.44rem;
  margin: 0 auto;
}
.solution-wrapper .box-3 {
  background: url(../img/solutionbg2.jpg) no-repeat top center fixed;
  background-size: cover;
}
.solution-wrapper .box-3 .main {
  margin-top: 0.6rem;
}
.solution-wrapper .box-3 .info {
  margin-bottom: 0.65rem;
}
.solution-wrapper .box-3 .item {
  display: none;
}
.solution-wrapper .box-3 .item ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.solution-wrapper .box-3 .item li {
  width: 23.05%;
  background: #fff;
  margin-right: 2.6%;
  margin-top: 2.6%;
  padding-top: 0.3rem;
  padding-bottom: 0.32rem;
}
.solution-wrapper .box-3 .item li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-wrapper .box-3 .item .pic img {
  height: 2.8rem;
  object-fit: contain;
}
.solution-wrapper .box-3 .content {
  color: #cfdbe0;
}
.solution-wrapper .box-3 .content b,
.solution-wrapper .box-3 .content strong {
  color: #fff;
}
.solution-wrapper .box-3 figcaption {
  font-size: var(--fs18);
  color: #000;
  font-family: "medium";
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
  padding: 0 0.4rem;
  margin-top: 0.3rem;
}
.solution-wrapper .box-4 .main {
  position: relative;
  margin-top: 0.54rem;
}
.solution-wrapper .box-4 .main img {
  display: block;
  width: 100%;
}
.solution-wrapper .box-4 .main .decoration img {
  position: absolute;
  z-index: 1;
  display: block;
}
.solution-wrapper .box-4 .main .decoration img.wifi {
  width: 1.3%;
}
.solution-wrapper .box-4 .main .decoration img:first-child {
  right: 30.1%;
  bottom: 24.8%;
  animation: wifidAni 2s 0.3s linear infinite;
}
.solution-wrapper .box-4 .main .decoration img:nth-child(2) {
  right: 22%;
  bottom: 20%;
  animation: wifidAni 2s 0.2s linear infinite;
}
.solution-wrapper .box-4 .main .decoration img:nth-child(3) {
  right: 10.7%;
  bottom: 27%;
  animation: wifidAni 2s 0.4s linear infinite;
}
.solution-wrapper .box-4 .main .decoration img:nth-child(4) {
  right: 19.6%;
  bottom: 35%;
  width: 2.79%;
  animation: wifidAni 2s 0.5s linear infinite;
}
.solution-wrapper .box-4 .main .decoration img:nth-child(5) {
  right: 31.3%;
  top: 27%;
  width: 0.97%;
  animation: wifidAni2 1s linear infinite;
}
.solution-wrapper .box-4 .main li {
  position: absolute;
  z-index: 10;
  list-style: none;
}
.solution-wrapper .box-4 .main li:first-child {
  left: 33.8%;
  bottom: 35.6%;
  width: 6.05%;
}
.solution-wrapper .box-4 .main li:nth-child(2) {
  left: 28.3%;
  bottom: 27.4%;
  width: 5.99%;
}
.solution-wrapper .box-4 .main li:nth-child(3) {
  left: 18.3%;
  bottom: 39.3%;
  width: 6.05%;
}
.solution-wrapper .box-4 .main li:nth-child(4) {
  left: 11.4%;
  bottom: 45.6%;
  width: 5.79%;
}
.solution-wrapper .box-4 .main li:nth-child(5) {
  left: 1.6%;
  top: 25.9%;
  width: 6.18%;
}
.solution-wrapper .box-4 .main li:nth-child(6) {
  left: 12%;
  top: 24.2%;
  width: 4.03%;
}
.solution-wrapper .box-4 .main li:nth-child(7) {
  left: 13.7%;
  top: 17.7%;
  width: 6.18%;
}
.solution-wrapper .box-4 .main li:nth-child(8) {
  left: 22.3%;
  top: 8.3%;
  width: 6.44%;
}
.solution-wrapper .box-4 .main li:nth-child(9) {
  left: 29.5%;
  top: 0.9%;
  width: 5.59%;
}
.solution-wrapper .box-4 .main li:nth-child(10) {
  left: 44%;
  top: 5.5%;
  width: 6.38%;
}
.solution-wrapper .box-4 .main li:nth-child(11) {
  right: 27%;
  top: 16.4%;
  width: 5.53%;
}
.solution-wrapper .box-4 .main li:nth-child(12) {
  right: 19.7%;
  top: 9.4%;
  width: 5.53%;
}
.solution-wrapper .box-4 .main li:nth-child(13) {
  right: 4.5%;
  top: 29.5%;
  width: 6.96%;
}
.solution-wrapper .box-4 .main li:nth-child(14) {
  right: 22.1%;
  top: 34.6%;
  width: 4.03%;
}
.solution-wrapper .box-4 .main li:nth-child(15) {
  right: 6.2%;
  bottom: 33.5%;
  width: 6.7%;
}
.solution-wrapper .box-4 .main li:nth-child(16) {
  right: 16.3%;
  bottom: 7.1%;
  width: 5.33%;
}
.solution-wrapper .box-4 .main li:nth-child(17) {
  right: 30.4%;
  bottom: 4%;
  width: 5.99%;
}
.solution-wrapper .box-4 .main li:nth-child(18) {
  right: 32.5%;
  bottom: 18.9%;
  width: 6.38%;
}
.solution-wrapper .box-4 .main li:nth-child(19) {
  right: 40%;
  bottom: 35.3%;
  width: 6.12%;
}
.solution-wrapper .box-4 .main li:nth-child(20) {
  right: 31.4%;
  bottom: 48%;
  width: 5.79%;
}
.solution-wrapper .box-4 .main li:nth-child(21) {
  right: 36.5%;
  top: 34.9%;
  width: 6.44%;
}
.solution-wrapper .box-4 .main li img {
  display: block;
  width: 100%;
}
.solution-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  text-align: center;
}
.solution-wrapper .content b,
.solution-wrapper .content strong {
  display: inline-block;
  font-size: var(--fs24);
  color: #000;
  font-weight: 500;
  margin-bottom: 0.08rem;
}
.solution-wrapper .box-5 {
  background: url(../img/solutionbg3.jpg) no-repeat center center fixed;
  background-size: cover;
}
.solution-wrapper .box-5 .swiper-slide {
  width: 24.02%;
  background: #fff;
  text-align: center;
  height: auto;
  padding: 0.9rem 0.6rem 0.35rem;
}
.solution-wrapper .box-5 .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.solution-wrapper .box-5 .swiper-container {
  padding-bottom: 0.38rem;
}
.solution-wrapper .box-5 .icon {
  height: 0.76rem;
  display: block;
  margin: 0 auto;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.solution-wrapper .box-5 h6 {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  font-family: "medium";
  margin-bottom: 0.18rem;
  margin: 0.5rem auto 0.18rem;
}
.solution-wrapper .box-5 p {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  min-height: 96px;
}
.solution-wrapper .box-5 .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.solution-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #809ac2;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 4px;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.solution-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet:link,
.solution-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet:visited,
.solution-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet:active,
.solution-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.solution-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f4f5f5;
  width: 25px;
}
.solution-wrapper .service-box {
  background: #f4f5f5;
}
.solution-wrapper .service-box .swiper-container {
  padding: 0.2rem;
  margin: 0 -0.2rem;
}
.solution-wrapper .service-box .swiper-slide {
  padding-top: 0.74rem;
  padding-bottom: 0.34rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
.solution-wrapper .service-box h6 {
  margin-bottom: 0.16rem;
}
.solution-wrapper .service-box .four .brief {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.solution-wrapper .service-box .four .circleIcon {
  margin-bottom: 0.4rem;
}
.category-box {
  font-size: 0;
  position: relative;
}
.category-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.category-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.category-box a {
  display: block;
  position: relative;
  font-size: var(--fs18);
  color: #fff;
  margin-right: 0.6rem;
  padding-bottom: 0.27rem;
  line-height: 0.3rem;
}
.category-box a:last-child {
  margin-right: 0;
}
.category-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.category-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.cats-box {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.cats-box a {
  display: block;
  position: relative;
  font-size: var(--fs18);
  margin-right: 0.6rem;
  padding-bottom: 0.15rem;
  line-height: 0.3rem;
}
.cats-box a:last-child {
  margin-right: 0;
}
.cats-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #003f8e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.cats-box a.on {
  color: #003f8e;
}
.cats-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.solutioninfo-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  text-align: center;
}
.solutioninfo-wrapper .box-1 .box-container {
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}
.solutioninfo-wrapper .box-1 .index-title {
  margin-bottom: 0.34rem;
}
.solutioninfo-wrapper .box-1 .content {
  text-align: justify;
}
.solutioninfo-wrapper .box-2,
.solutioninfo-wrapper .box-5 {
  background: #f4f6f7;
}
.solutioninfo-wrapper .box-2 .swiper-slide {
  width: 23.05%;
  background-color: #fff;
  height: auto;
  margin-right: 2.6%;
  text-align: center;
  padding: 0.84rem 0.44rem 0.55rem;
  box-shadow: 2px 5px 38px 0px rgba(0, 66, 153, 0.11);
}
.solutioninfo-wrapper .box-2 .swiper-slide:last-child {
  margin-right: 0;
}
.solutioninfo-wrapper .box-2 .swiper-slide:hover .circleIcon img {
  transform: rotateY(180deg);
}
.solutioninfo-wrapper .box-2 .swiper-slide:hover .circleIcon:before,
.solutioninfo-wrapper .box-2 .swiper-slide:hover .circleIcon:after {
  opacity: 1;
  visibility: visible;
}
.solutioninfo-wrapper .box-2 h6 {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  margin: 0.47rem auto 0.16rem;
}
.solutioninfo-wrapper .box-2 .brief {
  font-size: var(--fs14);
  color: #666;
  line-height: 24px;
  min-height: 72px;
}
.solutioninfo-wrapper .box-3 .index-title {
  margin-bottom: 0.12rem;
}
.solutioninfo-wrapper .box-4 {
  background: url(../img/solutioninfo4bg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.solutioninfo-wrapper .box-4 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.solutioninfo-wrapper .box-4 li {
  position: relative;
  width: 32.1%;
  margin-right: 1.85%;
  margin-top: 1.85%;
  background: #fff;
  overflow: hidden;
  padding: 0.32rem 0.7rem 0.75rem 0.4rem;
}
.solutioninfo-wrapper .box-4 li:hover .key {
  color: rgba(0, 63, 142, 0.3);
}
.solutioninfo-wrapper .box-4 h6 {
  font-size: var(--fs24);
  line-height: 0.36rem;
  position: relative;
  z-index: 1;
}
.solutioninfo-wrapper .box-4 .key {
  font-size: 1rem;
  color: #e7ebed;
  font-family: "mr";
  line-height: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 0.25rem;
  bottom: -0.24rem;
  z-index: 0;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.solutioninfo-wrapper .box-5 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.solutioninfo-wrapper .box-5 li {
  position: relative;
  width: 24.08%;
  margin-right: 1.226%;
  background: #fff;
  padding: 0.28rem 0.38rem 0.36rem;
  box-shadow: 2px 5px 38px 0px rgba(0, 66, 153, 0.11);
}
.solutioninfo-wrapper .box-5 li:last-child {
  margin-right: 0;
}
.solutioninfo-wrapper .box-5 li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.solutioninfo-wrapper .box-5 li:hover h6 {
  color: #003f8e;
}
.solutioninfo-wrapper .box-5 li:hover .icon {
  transform: rotateY(180deg);
}
.solutioninfo-wrapper .box-5 li:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #003f8e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.solutioninfo-wrapper .box-5 li a {
  display: block;
}
.solutioninfo-wrapper .box-5 .icon {
  height: 0.56rem;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.solutioninfo-wrapper .box-5 h6 {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  line-height: 0.36rem;
  margin: 0.38rem auto 0.1rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.solutioninfo-wrapper .box-5 p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
}
.circleIcon {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
}
.circleIcon:before,
.circleIcon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 63, 142, 0.3);
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.circleIcon:before {
  animation: iconScale2 2.4s linear infinite;
}
.circleIcon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.circleIcon img {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.circleIconHover img {
  transform: rotateY(180deg);
}
.circleIconHover:before,
.circleIconHover:after {
  opacity: 1;
  visibility: visible;
}
.service-box {
  background-image: url(../img/servicebg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.service-box .four .swiper-slide {
  width: 23.05%;
  margin-right: 2.6%;
  padding: 0.44rem 0.46rem 0.5rem;
}
.service-box .four h6 {
  font-weight: 700;
  font-size: var(--fs24);
}
.service-box .four .circleIcon {
  margin-bottom: 0.26rem;
}
.service-box .four .brief {
  font-size: var(--fs14);
  line-height: 24px;
}
.service-box .swiper-slide {
  width: 32.03%;
  margin-right: 1.955%;
  text-align: center;
  background: #fff;
  height: auto;
  padding: 0.85rem 0.6rem 0.46rem;
}
.service-box .swiper-slide:last-child {
  margin-right: 0;
}
.service-box .swiper-slide:hover .circleIcon img {
  transform: rotateY(180deg);
}
.service-box .swiper-slide:hover .circleIcon:before,
.service-box .swiper-slide:hover .circleIcon:after {
  opacity: 1;
  visibility: visible;
}
.service-box .circleIcon {
  margin-bottom: 0.54rem;
}
.service-box .circleIcon:before,
.service-box .circleIcon:after {
  background: rgba(50, 187, 238, 0.3);
}
.service-box h6 {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
.service-box b {
  display: block;
  font-size: var(--fs18);
  font-family: "medium";
  line-height: 0.3rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}
.service-box .brief {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.service-wrapper .box-1 {
  position: relative;
}
.service-wrapper .box-1 .box-container {
  position: relative;
  z-index: 10;
}
.service-wrapper .box-1 canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  opacity: 0.5;
}
.service-wrapper .data li {
  min-width: 15%;
  padding: 0 0.2rem;
  text-align: center;
}
.service-wrapper .data .num {
  font-size: var(--fs48);
  line-height: 0.48rem;
  height: 0.48rem;
  font-family: "mm";
}
.service-wrapper .data .num i {
  display: inline-block;
  font-size: var(--fs36);
  line-height: 15px;
  height: 15px;
  margin-left: 0.1rem;
  vertical-align: top;
  position: relative;
  top: 0.1rem;
}
.service-wrapper .data p {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  margin-top: 0.06rem;
}
.service-wrapper .box-3 {
  background: #f7f7f8;
}
.service-wrapper .box-3 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.service-wrapper .box-3 ul li {
  width: 33.33%;
  padding: 0 0.6rem;
  text-align: center;
}
.service-wrapper .box-3 ul li:hover .icon img {
  transform: rotateY(180deg);
}
.service-wrapper .box-3 ul li:last-child .icon:after {
  display: none;
}
.service-wrapper .box-3 .key {
  font-size: 0.72rem;
  font-family: "mm";
  height: 0.6rem;
  line-height: 0.6rem;
  background-image: -webkit-linear-gradient(rgba(103, 203, 241, 0.9), rgba(103, 203, 241, 0.3), transparent 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-wrapper .box-3 .icon {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 0.4rem;
  margin: -4px auto 0;
  box-shadow: 0px 0px 30px 0px rgba(1, 67, 153, 0.1);
}
.service-wrapper .box-3 .icon:after {
  content: "";
  width: 1.2rem;
  height: 100%;
  position: absolute;
  right: -2.34rem;
  top: 0;
  z-index: 10;
  background: url(../img/right.png) no-repeat center center;
  background-size: 100%;
}
.service-wrapper .box-3 .icon img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.service-wrapper .box-3 h6 {
  color: #000;
  line-height: 0.36rem;
  font-weight: 700;
  font-size: var(--fs24);
  margin: 0.32rem auto 0.08rem;
}
.service-wrapper .box-3 .brief {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.service-wrapper .box-4 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.service-wrapper .box-4 li {
  width: 16.66%;
  text-align: center;
  cursor: pointer;
  margin-top: 0.3rem;
}
.service-wrapper .box-4 li:hover img {
  filter: brightness(1);
  opacity: 1;
}
.service-wrapper .box-4 li img {
  display: block;
  max-width: 100%;
  height: 0.48rem;
  filter: brightness(0);
  opacity: 0.4;
  margin: 0 auto;
  width: auto;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.advantage-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.advantage-box li {
  position: relative;
  width: 32.03%;
  background: #fff;
  margin-right: 1.955%;
  margin-top: 1.955%;
  box-shadow: 0px 0px 20px 0px rgba(0, 66, 153, 0.08);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  padding-top: 0.47rem;
  padding-bottom: 0.4rem;
  overflow: hidden;
}
.advantage-box li:hover {
  background: #003f8e;
}
.advantage-box li:hover:before {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.advantage-box li:hover:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.advantage-box li:hover .brief,
.advantage-box li:hover h6 {
  color: #fff;
}
.advantage-box li:before,
.advantage-box li:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transition-delay: 0.1s;
}
.advantage-box li:before {
  width: 55.7%;
  height: 1.02rem;
  background: url(../img/block_1.png) no-repeat right bottom;
  background-size: 100%;
  bottom: 0;
  transform: translateY(1.2rem);
  -webkit-transform: translateY(1.2rem);
  -moz-transform: translateY(1.2rem);
  -ms-transform: translateY(1.2rem);
  -o-transform: translateY(1.2rem);
}
.advantage-box li:after {
  width: 1.73rem;
  height: 100%;
  background: url(../img/block_2.png) no-repeat right top;
  background-size: 100%;
  top: 0;
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
}
.advantage-box .info {
  position: relative;
  z-index: 10;
}
.advantage-box .brief,
.advantage-box h6 {
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  padding-left: 0.5rem;
  padding-right: 0.4rem;
}
.advantage-box h6 {
  position: relative;
  font-size: var(--fs24);
  color: #003f8e;
}
.advantage-box h6:before {
  content: "";
  width: 2px;
  height: 0.24rem;
  top: 0.03rem;
  z-index: 1;
  background-color: #003f8e;
  position: absolute;
  left: 0;
}
.advantage-box .brief {
  font-size: var(--fs16);
  color: #666;
  margin-top: 0.1rem;
  min-height: 0.6rem;
}
.info-wrapper .box-1 {
  background: url(../img/infobg.jpg) no-repeat center center;
  background-size: cover;
}
.info-wrapper .box-1 .info {
  width: 61.85%;
  margin: 0 auto;
}
.info-wrapper .box-1 .pic {
  width: 37.76%;
  margin: 0.62rem auto 0;
}
.info-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  text-align: center;
}
.info-wrapper .box-3 {
  background: url(../img/infobg3.jpg) no-repeat center center fixed;
  background-size: cover;
}
.info-wrapper .box-4 .swiper-container {
  padding: 0.3rem;
  margin: 0 -0.3rem;
}
.info-wrapper .box-4 .swiper-slide {
  width: 32.03%;
  padding: 0.22rem 0 0.46rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.info-wrapper .box-4 .swiper-slide:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 66, 153, 0.08);
}
.info-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.info-wrapper .box-4 .pic {
  width: 69.1%;
  margin: 0 auto;
}
.info-wrapper .box-4 .pic img {
  height: 3.4rem;
  object-fit: contain;
}
.info-wrapper .box-4 figcaption {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  max-height: 0.6rem;
  padding: 0 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  margin-top: 0.1rem;
}
.info-wrapper .box-4 .swiper-btn {
  width: 0.16rem;
  height: 0.3rem;
}
.info-wrapper .box-4 .prev {
  left: -0.66rem;
  background-image: url(../img/prev.png);
}
.info-wrapper .box-4 .prev:hover {
  background-image: url(../img/prev2.png);
}
.info-wrapper .box-4 .next {
  right: -0.66rem;
  background-image: url(../img/next.png);
}
.info-wrapper .box-4 .next:hover {
  background-image: url(../img/next2.png);
}
.base-box .index-title {
  margin-bottom: 0.1rem;
}
.base-box .info {
  width: 74%;
  margin: 0 auto;
  text-align: center;
}
.base-box .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.base-box .imore {
  margin-top: 0.4rem;
}
.base-box .pic {
  margin-top: 1rem;
}
.platform-wrapper .top {
  text-align: center;
  margin-bottom: 0.23rem;
}
.platform-wrapper .top .index-title {
  margin-bottom: 0.06rem;
}
.platform-wrapper .top p {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.platform-wrapper .base-box .main {
  position: relative;
  margin-top: 0.9rem;
}
.platform-wrapper .base-box .main img {
  display: block;
  width: 100%;
}
.platform-wrapper .base-box .main .decoration img {
  position: absolute;
  z-index: 1;
  display: block;
}
.platform-wrapper .base-box .main .decoration img:first-child {
  width: 3.45%;
  left: 5.2%;
  top: 21%;
  animation: cloudAni 6s linear infinite;
}
.platform-wrapper .base-box .main .decoration img.wifi {
  width: 1.3%;
}
.platform-wrapper .base-box .main .decoration img:nth-child(2) {
  left: 34.4%;
  bottom: 16.8%;
  animation: wifidAni 2s linear infinite;
}
.platform-wrapper .base-box .main .decoration img:nth-child(3) {
  left: 49.4%;
  bottom: 10.8%;
  animation: wifidAni 2s 0.1s linear infinite;
}
.platform-wrapper .base-box .main .decoration img:nth-child(4) {
  right: 28.4%;
  bottom: 25%;
  animation: wifidAni 2s 0.3s linear infinite;
}
.platform-wrapper .base-box .main .decoration img:nth-child(5) {
  right: 20.3%;
  bottom: 20%;
  animation: wifidAni 2s 0.2s linear infinite;
}
.platform-wrapper .base-box .main .decoration img:nth-child(6) {
  right: 9%;
  bottom: 27.8%;
  animation: wifidAni 2s 0.4s linear infinite;
}
.platform-wrapper .base-box .main .decoration img:nth-child(7) {
  right: 18.9%;
  bottom: 37.5%;
  width: 2.79%;
  animation: wifidAni 2s 0.5s linear infinite;
}
.platform-wrapper .base-box .main .decoration img:nth-child(8) {
  right: 39.2%;
  top: 28%;
  width: 0.97%;
  animation: wifidAni2 1s linear infinite;
}
.platform-wrapper .base-box .main .decoration img.angle {
  width: 10.09%;
}
.platform-wrapper .base-box .main .decoration img:nth-child(9) {
  left: 37%;
  bottom: 11%;
  animation: angleAni 3s 0.5s linear infinite;
}
.platform-wrapper .base-box .main .decoration img:nth-child(10) {
  left: 39.9%;
  bottom: 13.6%;
  animation: angleAni 3s 1s linear infinite;
}
.platform-wrapper .base-box .main li {
  position: absolute;
  z-index: 10;
  list-style: none;
}
.platform-wrapper .base-box .main li:nth-child(-n+5) .icon:hover + img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.platform-wrapper .base-box .main li:nth-child(-n+5) img {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.platform-wrapper .base-box .main li:first-child {
  left: 8.5%;
  bottom: 22%;
  width: 13.02%;
}
.platform-wrapper .base-box .main li:first-child .icon {
  right: -0.8rem;
  top: -1.2rem;
}
.platform-wrapper .base-box .main li:first-child .icon:before,
.platform-wrapper .base-box .main li:first-child .icon:after {
  background: rgba(65, 43, 141, 0.4);
}
.platform-wrapper .base-box .main li:first-child .icon div:before {
  background: rgba(65, 43, 141, 0.5);
}
.platform-wrapper .base-box .main li:first-child .icon div:after {
  background-color: #412b8d;
}
.platform-wrapper .base-box .main li:nth-child(2) {
  left: 6.05%;
  top: 5%;
  width: 13.02%;
}
.platform-wrapper .base-box .main li:nth-child(2) .icon {
  right: -1.8rem;
  bottom: -1rem;
}
.platform-wrapper .base-box .main li:nth-child(2) .icon:before,
.platform-wrapper .base-box .main li:nth-child(2) .icon:after {
  background: rgba(219, 53, 19, 0.4);
}
.platform-wrapper .base-box .main li:nth-child(2) .icon div:before {
  background: rgba(219, 53, 19, 0.5);
}
.platform-wrapper .base-box .main li:nth-child(2) .icon div:after {
  background-color: #dd3513;
}
.platform-wrapper .base-box .main li:nth-child(3) {
  right: 33.3%;
  top: 4%;
  width: 13.67%;
}
.platform-wrapper .base-box .main li:nth-child(3) .icon {
  right: 2rem;
  bottom: -2.2rem;
}
.platform-wrapper .base-box .main li:nth-child(4) {
  right: 3.6%;
  top: 3.2%;
  width: 12.95%;
}
.platform-wrapper .base-box .main li:nth-child(4) .icon {
  left: -0.4rem;
  bottom: -1.3rem;
}
.platform-wrapper .base-box .main li:nth-child(4) .icon:before,
.platform-wrapper .base-box .main li:nth-child(4) .icon:after {
  background: rgba(226, 87, 16, 0.4);
}
.platform-wrapper .base-box .main li:nth-child(4) .icon div:before {
  background: rgba(226, 87, 16, 0.5);
}
.platform-wrapper .base-box .main li:nth-child(4) .icon div:after {
  background-color: #e25710;
}
.platform-wrapper .base-box .main li:nth-child(5) {
  right: 2.05%;
  bottom: 45%;
  width: 13.74%;
}
.platform-wrapper .base-box .main li:nth-child(5) .icon {
  left: -0.4rem;
  bottom: -1.5rem;
}
.platform-wrapper .base-box .main li:nth-child(5) .icon:before,
.platform-wrapper .base-box .main li:nth-child(5) .icon:after {
  background: #1d4a9e;
}
.platform-wrapper .base-box .main li:nth-child(5) .icon div:before {
  background: #1d4a9e;
}
.platform-wrapper .base-box .main li:nth-child(5) .icon div:after {
  background-color: #1d4a9e;
}
.platform-wrapper .base-box .main li:nth-child(6) {
  left: 33.2%;
  bottom: 31.9%;
  width: 6.05%;
}
.platform-wrapper .base-box .main li:nth-child(7) {
  left: 27.7%;
  bottom: 23.4%;
  width: 5.99%;
}
.platform-wrapper .base-box .main li:nth-child(8) {
  left: 17.7%;
  bottom: 36%;
  width: 6.05%;
}
.platform-wrapper .base-box .main li:nth-child(9) {
  left: 11%;
  bottom: 42.6%;
  width: 5.79%;
}
.platform-wrapper .base-box .main li:nth-child(10) {
  left: 1.1%;
  top: 28%;
  width: 6.18%;
}
.platform-wrapper .base-box .main li:nth-child(11) {
  left: 11.4%;
  top: 26.2%;
  width: 4.03%;
}
.platform-wrapper .base-box .main li:nth-child(12) {
  left: 13.1%;
  top: 19.7%;
  width: 6.18%;
}
.platform-wrapper .base-box .main li:nth-child(13) {
  left: 21.6%;
  top: 9.8%;
  width: 6.44%;
}
.platform-wrapper .base-box .main li:nth-child(14) {
  left: 28.8%;
  top: 1.9%;
  width: 5.59%;
}
.platform-wrapper .base-box .main li:nth-child(15) {
  left: 43.3%;
  top: 7%;
  width: 6.38%;
}
.platform-wrapper .base-box .main li:nth-child(16) {
  right: 28%;
  top: 18.4%;
  width: 5.53%;
}
.platform-wrapper .base-box .main li:nth-child(17) {
  right: 20.7%;
  top: 11%;
  width: 5.53%;
}
.platform-wrapper .base-box .main li:nth-child(18) {
  right: 5.5%;
  top: 31.9%;
  width: 6.96%;
}
.platform-wrapper .base-box .main li:nth-child(19) {
  right: 23%;
  top: 37%;
  width: 4.03%;
}
.platform-wrapper .base-box .main li:nth-child(20) {
  right: 4.6%;
  bottom: 34.4%;
  width: 6.7%;
}
.platform-wrapper .base-box .main li:nth-child(21) {
  right: 14.7%;
  bottom: 6.8%;
  width: 5.33%;
}
.platform-wrapper .base-box .main li:nth-child(22) {
  right: 28.7%;
  bottom: 3.4%;
  width: 5.99%;
}
.platform-wrapper .base-box .main li:nth-child(23) {
  right: 30.7%;
  bottom: 19.2%;
  width: 6.38%;
}
.platform-wrapper .base-box .main li:nth-child(24) {
  right: 40.7%;
  bottom: 31.7%;
  width: 6.12%;
}
.platform-wrapper .base-box .main li:nth-child(25) {
  right: 32.3%;
  bottom: 45%;
  width: 5.79%;
}
.platform-wrapper .base-box .main li:nth-child(26) {
  right: 37.4%;
  top: 37.7%;
  width: 6.44%;
}
.platform-wrapper .base-box .main li img {
  display: block;
  width: 100%;
}
.platform-wrapper .base-box .main .icon {
  cursor: pointer;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  position: absolute;
}
.platform-wrapper .base-box .main .icon:before,
.platform-wrapper .base-box .main .icon:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(39, 173, 55, 0.4);
}
.platform-wrapper .base-box .main .icon:before {
  animation: iconAni 3s 0.75s infinite ease;
}
.platform-wrapper .base-box .main .icon:after {
  animation: iconAni 3s 1.5s infinite ease;
}
.platform-wrapper .base-box .main .icon div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.platform-wrapper .base-box .main .icon div:before,
.platform-wrapper .base-box .main .icon div:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.platform-wrapper .base-box .main .icon div:before {
  z-index: 1;
  background: rgba(39, 173, 55, 0.5);
  animation: iconAni 3s infinite ease;
}
.platform-wrapper .base-box .main .icon div:after {
  box-sizing: border-box;
  background-color: #27ad37;
  border: 0.08rem solid #fff;
  z-index: 10;
}
.platform-wrapper .box-2,
.platform-wrapper .box-4 {
  background: #f4f6f7;
}
.platform-wrapper .box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  justify-content: center;
  list-style: none;
}
.platform-wrapper .box-3 li {
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 1.955%;
  text-align: center;
  padding: 0.56rem 0.48rem 0.48rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 66, 153, 0.08);
}
.platform-wrapper .box-3 li:nth-child(3n),
.platform-wrapper .box-3 li:last-child {
  margin-right: 0;
}
.platform-wrapper .box-3 li:nth-child(-n+3) {
  margin-top: 0;
}
.platform-wrapper .box-3 li:hover .icon {
  transform: rotateY(180deg);
}
.platform-wrapper .box-3 li p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.platform-wrapper .box-3 .icon {
  height: 0.6rem;
  display: block;
  margin: 0 auto;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.platform-wrapper .box-3 h6 {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  margin: 0.32rem auto 0.07rem;
  line-height: 0.36rem;
}
.platform-wrapper .box-4 .swiper-box {
  padding: 0 1.2rem;
}
.platform-wrapper .box-4 .swiper-slide {
  width: 7.9rem;
  text-align: center;
}
.platform-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.platform-wrapper .box-4 .swiper-slide-active .pic:after {
  opacity: 0;
  visibility: hidden;
}
.platform-wrapper .box-4 .swiper-slide-active figcaption {
  opacity: 1;
  visibility: visible;
}
.platform-wrapper .box-4 .pic {
  position: relative;
  background-color: #fff;
  box-shadow: 2px 5px 38px 0px rgba(86, 86, 86, 0.35);
  border-radius: 0.1rem;
}
.platform-wrapper .box-4 .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  border-radius: 0.1rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.platform-wrapper .box-4 .pic img {
  position: relative;
  z-index: 10;
}
.platform-wrapper .box-4 figcaption {
  font-size: var(--fs24);
  color: #151516;
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.32rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.platform-wrapper .box-4 .swiper-btn {
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 2px 5px 38px 0px rgba(0, 66, 153, 0.11);
  border: solid 2px #003f8e;
  border-radius: 50%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  margin-top: -0.34rem;
}
.platform-wrapper .box-4 .swiper-btn:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 2px 5px 38px 0px rgba(86, 86, 86, 0.11);
}
.platform-wrapper .box-4 .prev {
  left: 0;
  background-image: url(../img/prev3.png);
}
.platform-wrapper .box-4 .next {
  right: 0;
  background-image: url(../img/next3.png);
}
.platform-wrapper .service-box {
  background-image: url(../img/solutioninfo4bg.jpg);
}
.platform-wrapper .box-6 {
  position: relative;
  overflow: hidden;
}
.platform-wrapper .box-6 .box-container {
  position: relative;
  z-index: 10;
}
.platform-wrapper .box-6 .canvas {
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 1;
  width: 100%;
  height: 6rem;
}
.platform-wrapper .data .num {
  font-size: 0.72rem;
  line-height: 0.6rem;
  height: 0.6rem;
  font-family: "mm";
}
.platform-wrapper .data p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
@keyframes iconAni {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.software-wrapper .base-box .info {
  width: 9.75rem;
}
.software-wrapper .base-box .brief {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.software-wrapper .box-2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 6.8rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.software-wrapper .box-2 .info {
  width: 40.36%;
}
.software-wrapper .box-2 .index-title {
  text-align: left;
  color: #fff;
  margin-bottom: 0.2rem;
}
.software-wrapper .box-2 .desc {
  font-size: var(--fs16);
  color: #f2f4f3;
  line-height: 0.36rem;
}
.software-wrapper .service-box {
  background: url(../img/softwarebg.jpg) no-repeat bottom center;
  background-size: cover;
}
.software-wrapper .service-box .four .swiper-slide {
  padding: 0.64rem 0.5rem 0.44rem;
}
.software-wrapper .service-box .four .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #2e2f30;
  min-height: 1.2rem;
}
.software-wrapper .service-box .four .circleIcon {
  margin-bottom: 0.44rem;
}
.software-wrapper .box-4 {
  position: relative;
  overflow: hidden;
}
.software-wrapper .box-4 .box-container {
  position: relative;
  z-index: 10;
}
.software-wrapper .box-4 .canvas {
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 1;
  width: 100%;
  height: 6rem;
}
.page-title-box {
  text-align: center;
  margin-bottom: 0.44rem;
}
.page-title-box .index-title {
  line-height: 0.48rem;
  margin-bottom: 0.05rem;
}
.page-title-box.white .index-title,
.page-title-box.white .brief {
  color: #fff;
}
.page-title-box .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.history-wrapper {
  background: url(../img/historybg.jpg) no-repeat center bottom;
  background-size: cover;
}
.history-wrapper .line-box {
  position: relative;
  height: 1rem;
  margin-top: 1rem;
}
.history-wrapper .line-box .swiper-slide {
  opacity: 0.3;
  transition: all 1s;
}
.history-wrapper .line-box .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.history-wrapper .line-box .swiper-container {
  cursor: url(../img/cursor.png), pointer !important;
}
.history-wrapper .content-swiper .swiper-slide-active .title,
.history-wrapper .content-swiper .swiper-slide-active .desc {
  color: #003f8e;
}
.history-wrapper .item:nth-child(1) {
  width: 100%;
  -webkit-clip-path: url(#menu-clip-path);
  clip-path: url(#menu-clip-path);
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.history-wrapper .item:nth-child(1) .swiper-slide {
  height: 0.8rem;
  background: url(../img/historybg.png);
  background-size: 97% 100%;
}
.history-wrapper .item:nth-child(2) {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.history-wrapper .item:nth-child(2) .swiper-slide {
  height: 1rem;
  background: url(../img/solid.png) no-repeat left;
  background-size: auto 100%;
}
.history-wrapper .item:nth-child(2) .swiper-slide-next {
  opacity: 1;
}
.history-wrapper .title {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-bottom: 0.18rem;
}
.history-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  width: calc(100% - 0.44rem);
  padding-right: 0.14rem;
  height: 3rem;
  overflow-y: auto;
}
.history-wrapper .desc::-webkit-scrollbar {
  width: 2px;
  background-color: #bababa;
}
.history-wrapper .desc::-webkit-scrollbar-thumb {
  background-color: #003f8e;
}
.history-wrapper .desc ul {
  list-style-type: disc;
  padding-left: 20px;
}
.honor-wrapper {
  background: url(../img/honorbg.jpg) no-repeat center bottom;
  background-size: cover;
}
.honor-wrapper .data li {
  position: relative;
  text-align: center;
  width: 25%;
  padding: 0 0.6rem;
}
.honor-wrapper .data li:last-child:after {
  display: none;
}
.honor-wrapper .data li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d9dfe1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.honor-wrapper .data .num {
  font-size: var(--fs48);
  line-height: 0.48rem;
  height: 0.48rem;
  font-family: "mm";
}
.honor-wrapper .data i {
  display: inline-block;
  font-size: var(--fs24);
  line-height: 10px;
  height: 10px;
  position: relative;
  font-family: "mb";
  vertical-align: top;
  top: 0.06rem;
  margin-left: 0.1rem;
}
.honor-wrapper .data p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.08rem;
}
.honor-wrapper .honor-box {
  margin-top: 1.13rem;
}
.honor-box {
  position: relative;
}
.honor-box .swiper-container:before {
  content: "";
  width: 100%;
  height: 0.83rem;
  background: url(../img/honorbg.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.honor-box .swiper-slide {
  width: 23.4375%;
}
.honor-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.honor-box .pic {
  box-shadow: 0px 4px 9px 0px rgba(135, 144, 155, 0.13);
  border: solid 0.04rem #f3e2a9;
}
.honor-box .pic img {
  height: 2.66rem;
  object-fit: contain;
}
.honor-box figcaption {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  text-align: center;
  margin-top: 0.38rem;
}
.honor-box .bottom {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.honor-box .swiper-btn {
  position: static;
  width: 0.52rem;
  height: 0.52rem;
  transform: none;
}
.honor-box .prev {
  margin-right: 0.1rem;
  background-image: url(../img/prev4.png);
}
.honor-box .prev:hover {
  background-image: url(../img/prev5.png);
}
.honor-box .next {
  background-image: url(../img/next4.png);
}
.honor-box .next:hover {
  background-image: url(../img/next5.png);
}
.honor-box .swiper-pagination-progressbar {
  bottom: 0;
  height: 2px;
  flex: 1;
  margin-left: 0.27rem;
  background: #e1dddc;
  position: relative;
}
.honor-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  display: block;
  background: #003f8e;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.certificate-wrapper {
  background: url(../img/certificatebg.jpg) no-repeat center bottom;
  background-size: cover;
}
.certificate-wrapper .item {
  display: none;
}
.certificate-wrapper .hasSwiper .swiper-btn {
  display: block;
}
.certificate-wrapper .swiper-box {
  background: #fff;
}
.certificate-wrapper .swiper-wrapper {
  flex-flow: wrap;
}
.certificate-wrapper .swiper-slide {
  cursor: pointer;
  width: 25%;
  padding: 0.5rem 0 0.35rem;
  border-right: 1px solid #e9e9e9;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.certificate-wrapper .swiper-slide[data-swiper-row="1"],
.certificate-wrapper .swiper-slide:nth-child(-n+4) {
  border-top: 1px solid #e9e9e9;
}
.certificate-wrapper .swiper-slide:nth-child(-n+4) {
  border-bottom: 1px solid #e9e9e9;
}
.certificate-wrapper .swiper-slide:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-color: #fff;
}
.certificate-wrapper .swiper-slide:nth-child(7),
.certificate-wrapper .swiper-slide:nth-child(8) {
  border-right: none;
}
.certificate-wrapper .pic {
  width: 62.5%;
  margin: 0 auto;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
}
.certificate-wrapper .pic img {
  height: 1.8rem;
  object-fit: contain;
}
.certificate-wrapper .info {
  position: relative;
  margin-top: 0.26rem;
  padding: 0 0.56rem;
  padding-top: 0.2rem;
  background: #fff;
  z-index: 1;
}
.certificate-wrapper figcaption {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  text-align: center;
}
.certificate-wrapper .swiper-btn {
  width: 0.52rem;
  height: 0.52rem;
  display: none;
}
.certificate-wrapper .prev {
  left: -0.82rem;
  background-image: url(../img/prev4.png);
}
.certificate-wrapper .prev:hover {
  background-image: url(../img/prev5.png);
}
.certificate-wrapper .next {
  right: -0.82rem;
  background-image: url(../img/next4.png);
}
.certificate-wrapper .next:hover {
  background-image: url(../img/next5.png);
}
.cloud-wrapper {
  padding-bottom: 0!important;
}
.cloud-wrapper .box-1 .info {
  width: 58.33%;
  margin: 0 auto;
}
.cloud-wrapper .box-1 .index-title {
  margin-bottom: 0.1rem;
}
.cloud-wrapper .box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  text-align: center;
}
.cloud-wrapper .box-1 .list {
  margin-top: 0.5rem;
}
.cloud-wrapper .box-1 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
}
.cloud-wrapper .box-1 .list li {
  width: 33.33%;
  text-align: center;
}
.cloud-wrapper .box-1 .list li:hover .icon:before,
.cloud-wrapper .box-1 .list li:hover .icon:after {
  opacity: 1;
  visibility: visible;
}
.cloud-wrapper .box-1 .list li:nth-child(2) .icon {
  background-color: #40c1ff;
}
.cloud-wrapper .box-1 .list li:nth-child(2) .icon:before,
.cloud-wrapper .box-1 .list li:nth-child(2) .icon:after {
  background: rgba(64, 193, 255, 0.2);
}
.cloud-wrapper .box-1 .list li:nth-child(3) .icon {
  background-color: #87d210;
}
.cloud-wrapper .box-1 .list li:nth-child(3) .icon:before,
.cloud-wrapper .box-1 .list li:nth-child(3) .icon:after {
  background: rgba(135, 210, 16, 0.2);
}
.cloud-wrapper .box-1 .icon {
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background-color: #003f8e;
  color: #fff;
  font-size: var(--fs36);
  border-radius: 50%;
  margin: 0 auto;
  font-family: "medium";
  position: relative;
}
.cloud-wrapper .box-1 .icon:before,
.cloud-wrapper .box-1 .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 63, 142, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.cloud-wrapper .box-1 .icon:before {
  animation: iconScale2 2.4s linear infinite;
}
.cloud-wrapper .box-1 .icon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.cloud-wrapper .box-1 .icon span {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  text-align: center;
}
.cloud-wrapper .box-1 p {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.24rem;
}
.cloud-wrapper .box-2 {
  background: url(../img/cloudbg.jpg) no-repeat center bottom;
  background-size: cover;
}
.cloud-wrapper .box-2 .swiper-slide {
  width: 3.82rem;
  text-align: center;
}
.cloud-wrapper .box-2 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.cloud-wrapper .box-2 .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.cloud-wrapper .box-2 .info {
  margin-top: 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: translateY(-0.2rem);
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
}
.cloud-wrapper .box-2 h5 {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
}
.cloud-wrapper .box-2 p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.07rem;
}
.cloud-wrapper .box-2 .swiper-btn {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-top: -0.48rem;
}
.cloud-wrapper .box-2 .swiper-btn:hover {
  box-shadow: 2px 5px 38px 0px rgba(86, 86, 86, 0.11);
}
.cloud-wrapper .box-2 .prev {
  left: -0.6rem;
  background-image: url(../img/prev6.png);
}
.cloud-wrapper .box-2 .prev:hover {
  background-image: url(../img/prev7.png);
}
.cloud-wrapper .box-2 .next {
  right: -0.6rem;
  background-image: url(../img/next6.png);
}
.cloud-wrapper .box-2 .next:hover {
  background-image: url(../img/next7.png);
}
.cloud-wrapper .box-3 {
  position: relative;
  overflow: hidden;
}
.cloud-wrapper .box-3 .box-container {
  position: relative;
  z-index: 10;
}
.cloud-wrapper .box-3 .canvas {
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 1;
  width: 100%;
  height: 6rem;
}
.cloud-wrapper .data ul {
  flex-flow: wrap;
}
.cloud-wrapper .data li {
  width: 20%;
  padding: 0 0.2rem;
  margin-top: 0.86rem;
}
.cloud-wrapper .data li:nth-child(-n+5) {
  margin-top: 0;
}
.cloud-wrapper .data .down i {
  background-image: url(../img/c-down.png);
}
.cloud-wrapper .data i {
  display: inline-block;
  width: 11px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/c-up.png);
  margin-left: 0.08rem;
}
.cloud-wrapper .data .num {
  font-size: 0.6rem;
  line-height: 0.6rem;
  height: 0.6rem;
  font-family: "mb";
}
.cloud-wrapper .data p {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.14rem;
}
.download-wrapper .list > ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.download-wrapper .list > ul > li {
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 1.955%;
  position: relative;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  border: solid 1px #e4e4e4;
  padding: 0.32rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.download-wrapper .list > ul > li:hover {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(161, 161, 161, 0.32);
}
.download-wrapper .list > ul > li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.download-wrapper .list > ul > li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.download-wrapper .list > ul > li:hover .title {
  color: #003f8e;
}
.download-wrapper .list > ul > li:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #003f8e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.download-wrapper .list .pic {
  width: 1.43rem;
  margin-right: 0.3rem;
}
.download-wrapper .list .info {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.download-wrapper .list h6 {
  font-size: var(--fs16);
  color: #000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-bottom: 0.13rem;
}
.download-wrapper .list .size {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
}
.download-wrapper .list .size i {
  display: inline-block;
  margin: 0 0.05rem;
}
.download-wrapper .download {
  display: inline-block;
  min-width: 0.97rem;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
  font-size: var(--fs16);
  background-color: #003f8e;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  padding: 0 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.download-wrapper .download:hover {
  box-shadow: 0 2px 30px rgba(0, 63, 142, 0.3);
}
.download-wrapper .download i {
  display: inline-block;
  width: 13px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  top: -2px;
  background: url(../img/download.png) no-repeat center center;
  background-size: 100%;
  margin-right: 0.06rem;
}
.download-modal {
  background-color: #fff;
}
.download-modal.fixed-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 10.66rem;
  transform: translate(-50%, -50%);
  z-index: 32;
}
.download-modal .main {
  position: relative;
  padding: 0.52rem 0.62rem 0.8rem;
}
.download-modal .top {
  text-align: center;
  margin-bottom: 0.3rem;
}
.download-modal .top p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
}
.download-modal h2 {
  font-size: var(--fs40);
  color: #000;
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.03rem;
}
.download-modal .close {
  width: 0.24rem;
  height: 0.24rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/close2.png);
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 10;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.download-modal .close:hover {
  transform: rotate(90deg);
}
.form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* input placeholder  */
}
.form .group {
  font-size: 0;
  width: calc((100% - 0.2rem) / 2);
  margin-top: 0.2rem;
}
.form .group:nth-child(-n+2) {
  margin-top: 0;
}
.form .group.max {
  width: 100%;
}
.form .group span {
  font-size: var(--fs16);
  color: #666;
  font-family: "light";
  margin-left: 0.2rem;
}
.form .text,
.form .msg {
  width: 100%;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  font-size: var(--fs16);
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-family: "light";
}
.form .text:focus,
.form .msg:focus {
  border-color: #003f8e;
}
.form .captcha {
  position: relative;
}
.form .captcha a {
  display: inline-block;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  z-index: 10;
  line-height: 0.4rem;
  color: #fff;
  margin-top: -0.2rem;
  border-radius: 5px;
  padding: 0 0.14rem;
  background: #003f8e;
}
.form .captcha a[disabled="disabled"] {
  cursor: not-allowed;
  background: #32bbee;
}
.form .captcha #verifyCode {
  padding-right: 1.6rem;
}
.form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs16);
}
.form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs16);
}
.form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs16);
}
.form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs16);
}
.form .text {
  height: 0.62rem;
  line-height: 0.6rem;
}
.form .msg {
  height: 1.22rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  line-height: 0.3rem;
}
.form .submit {
  display: block;
  width: 1.9rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background-color: #003f8e;
  text-align: center;
  color: #fff;
  font-size: var(--fs18);
  margin: 0.4rem auto 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.form .submit:hover {
  box-shadow: 0 2px 30px rgba(0, 63, 142, 0.35);
}
.contact-wrapper .index-title {
  margin-bottom: 0.28rem;
}
.contact-wrapper ul {
  list-style: none;
}
.contact-wrapper ul li {
  position: relative;
  padding-left: 0.3rem;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
}
.contact-wrapper ul li img {
  position: absolute;
  left: 0;
  top: 0.09rem;
  z-index: 10;
  width: 0.18rem;
}
.contact-wrapper .box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .box-1 .info,
.contact-wrapper .box-1 .pic {
  width: 50%;
}
.contact-wrapper .box-1 .info {
  padding: 0.96rem 0.9rem 0.6rem;
  background: #f7f7f7;
}
.contact-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.contact-wrapper .box-1 h1 {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 0.16rem;
}
.contact-wrapper .box-1 .index-more {
  margin: 0.48rem 0 0;
}
.contact-wrapper .box-2 .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.contact-wrapper .box-2 .item {
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 1.955%;
  padding: 0.34rem 0.4rem 0.46rem;
  border: solid 1px #e4e4e4;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: flex-start;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.contact-wrapper .box-2 .item:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.contact-wrapper .box-2 .item:hover .icon:before,
.contact-wrapper .box-2 .item:hover .icon:after {
  opacity: 1;
  visibility: visible;
}
.contact-wrapper .box-2 .item:hover .icon img {
  transform: rotateY(180deg);
}
.contact-wrapper .box-2 .icon {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #eff4f8;
  padding: 0.25rem;
}
.contact-wrapper .box-2 .icon:before,
.contact-wrapper .box-2 .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  background-color: #eff4f8;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.contact-wrapper .box-2 .icon:before {
  animation: iconScale2 2.4s linear infinite;
}
.contact-wrapper .box-2 .icon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.contact-wrapper .box-2 .icon img {
  display: block;
  width: 0.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.contact-wrapper .box-2 h6 {
  color: #003f8e;
  font-size: var(--fs24);
  line-height: 0.36rem;
}
.contact-wrapper .box-2 .info {
  flex: 1;
  overflow: hidden;
  padding-left: 0.48rem;
}
.map-box {
  height: 100vh;
}
.msg-wrapper {
  background: url(../img/msgbg.jpg) no-repeat center bottom fixed;
  background-attachment: fixed;
  background-size: cover;
}
.msg-wrapper .box-container {
  background: #fff;
}
.msg-wrapper .download-modal {
  width: 69.14%;
  margin: 0 auto;
}
.msg-wrapper .download-modal .main {
  padding: 1.2rem 0;
}
.job-wrapper {
  background: url(../img/jobbg.jpg) no-repeat center bottom;
  background-size: cover;
}
.job-wrapper .main {
  background: #fff;
  padding: 0.68rem 0.68rem 1.2rem;
}
.job-wrapper .main > .top div {
  font-size: var(--fs18);
  color: #000;
  font-family: "medium";
}
.job-wrapper .top,
.job-wrapper .detail {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.job-wrapper .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 0.88rem;
  align-items: center;
}
.job-wrapper .top div {
  width: 27.53%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.3rem;
  padding-right: 0.3rem;
}
.job-wrapper .top div.operation {
  width: 17.4%;
}
.job-wrapper .item {
  border-bottom: 1px solid #e9e9e9;
}
.job-wrapper .item.on .top {
  background: #003f8e;
}
.job-wrapper .item.on .top div {
  color: #fff;
}
.job-wrapper .item.on .operation i {
  background-image: url(../img/j-down.png) !important;
}
.job-wrapper .item:nth-child(1) {
  border-top: 1px solid #e9e9e9;
}
.job-wrapper .item .top {
  cursor: pointer;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.job-wrapper .item .top div {
  font-size: var(--fs16);
  color: #666;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.job-wrapper .operation i {
  display: inline-block;
  margin-left: 0.14rem;
  width: 0.1rem;
  height: 0.1rem;
  background-image: url(../img/j-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.job-wrapper .detail {
  display: none;
  padding-top: 0.32rem;
  padding-bottom: 0.5rem;
}
.job-wrapper .caption {
  font-size: var(--fs18);
  color: #003f8e;
  font-family: "medium";
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.job-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.26rem;
}
.job-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .send {
  display: block;
  width: 1.46rem;
  line-height: 0.54rem;
  color: #fff;
  text-align: center;
  font-family: "medium";
  font-size: var(--fs18);
  background-color: #003f8e;
  box-shadow: 0px 2px 5px 0px rgba(41, 62, 130, 0.15);
  border-radius: 0.27rem;
  margin-top: 0.3rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.job-wrapper .send:hover {
  box-shadow: 0 5px 10px rgba(0, 63, 142, 0.15);
}
.job-wrapper .tips {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.32rem;
}
.job-wrapper .tips a {
  color: #003f8e;
  font-size: var(--fs16);
}
.job-wrapper .tips a:hover {
  text-decoration: underline;
}
.integration-wrapper .page-title-box {
  margin-left: auto;
  margin-right: auto;
  width: 58.3%;
}
.integration-wrapper .page-title-box .index-title {
  margin-bottom: 0.22rem;
}
.integration-wrapper .page-title-box .brief {
  font-size: var(--fs16);
}
.integration-wrapper .page-title-box .brief b,
.integration-wrapper .page-title-box .brief strong {
  font-size: var(--fs24);
  display: inline-block;
  margin-bottom: 0.08rem;
}
.integration-wrapper .page-title-box .icon {
  width: 0.7rem;
  height: 0.7rem;
  font-size: 0;
  margin: 0 auto 0.23rem;
  border-radius: 50%;
  background: #003f8e;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.integration-wrapper .page-title-box .icon img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.integration-wrapper h6 {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
}
.integration-wrapper .cats-box {
  position: relative;
  display: block;
}
.integration-wrapper .cats-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.integration-wrapper .cats-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.integration-wrapper .box-1 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  justify-content: center;
}
.integration-wrapper .box-1 li {
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 1.955%;
  text-align: center;
  padding: 0.56rem 0.44rem 0.55rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 66, 153, 0.08);
}
.integration-wrapper .box-1 li:hover .icon {
  transform: rotateY(180deg);
}
.integration-wrapper .box-1 .icon {
  width: 0.6rem;
  display: block;
  margin: 0 auto;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.integration-wrapper .box-1 h6 {
  font-weight: 700;
  margin: 0.37rem auto 0.1rem;
}
.integration-wrapper .box-1 .brief {
  font-size: var(--fs14);
  line-height: 0.28rem;
  color: #666;
}
.integration-wrapper .box-2 {
  background: url(../img/integration2bg.jpg) no-repeat center center;
  background-size: cover;
}
.integration-wrapper .box-2 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.integration-wrapper .box-2 .page-title-box {
  width: 35%;
  text-align: left;
}
.integration-wrapper .box-2 .index-title {
  text-align: left;
}
.integration-wrapper .box-2 .content {
  width: 40%;
}
.integration-wrapper .part-1,
.integration-wrapper .floorbox {
  background: #003f8e;
}
.integration-wrapper .part-1 .box-container,
.integration-wrapper .floorbox .box-container {
  position: relative;
  z-index: 10;
}
.integration-wrapper .part-1 ul,
.integration-wrapper .floorbox ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.integration-wrapper .part-1 li,
.integration-wrapper .floorbox li {
  width: 20%;
  text-align: center;
}
.integration-wrapper .part-1 li:hover .icon,
.integration-wrapper .floorbox li:hover .icon {
  transform: rotateY(180deg);
}
.integration-wrapper .part-1 .icon,
.integration-wrapper .floorbox .icon {
  width: 0.7rem;
  display: block;
  margin: 0 auto;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.integration-wrapper .part-1 h6,
.integration-wrapper .floorbox h6 {
  color: #fff;
  margin-top: 0.4rem;
}
.integration-wrapper .floorbox {
  left: 0;
  width: 100%;
  top: -0.7rem;
  z-index: 21;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.integration-wrapper .floorbox.on {
  top: 0.7rem;
  opacity: 1;
  visibility: visible;
}
.integration-wrapper .floorbox li.on a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.integration-wrapper .floorbox a {
  position: relative;
  display: inline-block;
  padding: 0.2rem 0;
}
.integration-wrapper .floorbox a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.integration-wrapper .floorbox h6 {
  display: inline-block;
  font-size: var(--fs16);
  margin-top: 0;
}
.integration-wrapper .part-1 {
  position: relative;
  overflow: hidden;
}
.integration-wrapper .part-1 .page-title-box {
  margin-bottom: 0.85rem;
}
.integration-wrapper .part-1 .list {
  margin-bottom: 0.1rem;
}
.integration-wrapper .part-1 .canvas {
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 1;
  width: 100%;
  height: 6rem;
}
.integration-wrapper .part-2 .cats-box a {
  margin-right: 0.44rem;
}
.integration-wrapper .part-2 .cats-box a:last-child {
  margin-right: 0;
}
.integration-wrapper .part-2 .swiper-box {
  margin-top: 0.96rem;
}
.integration-wrapper .part-2 .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.integration-wrapper .part-2 .swiper-slide-active .pic,
.integration-wrapper .part-2 .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.integration-wrapper .part-2 .pic,
.integration-wrapper .part-2 .info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.3s;
}
.integration-wrapper .part-2 .info {
  width: 41.4%;
  padding-top: 0.4rem;
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
}
.integration-wrapper .part-2 .pic {
  width: 50%;
  transform: translateX(-2rem);
  -webkit-transform: translateX(-2rem);
  -moz-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
}
.integration-wrapper .part-2 .key {
  font-size: 0.72rem;
  line-height: 0.6rem;
  height: 0.6rem;
  background-image: -webkit-linear-gradient(rgba(0, 63, 142, 0.3), rgba(0, 63, 142, 0.1), transparent 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
  font-family: "medium";
}
.integration-wrapper .part-2 h5 {
  font-size: var(--fs36);
  color: #000;
  line-height: 0.48rem;
  font-family: "medium";
  margin: 0.34rem auto 0.17rem;
}
.integration-wrapper .part-2 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.integration-wrapper .part-3 {
  background: url(../img/integration6bg.jpg) no-repeat center center;
  background-size: cover;
}
.integration-wrapper .part-3 .main {
  margin-top: 0.6rem;
}
.integration-wrapper .part-3 .item {
  display: none;
}
.integration-wrapper .part-3 .swiper-slide {
  width: 31.38%;
  margin-right: 2.93%;
  margin-top: 2.93%;
  background-color: #fff;
  height: auto;
  text-align: center;
  box-shadow: 0px 0px 19px 1px rgba(153, 162, 177, 0.13);
  border-radius: 0.1rem;
  padding: 0.78rem 0.3rem 0.65rem;
}
.integration-wrapper .part-3 .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.integration-wrapper .part-3 .swiper-slide .icon {
  display: block;
  width: 0.7rem;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.integration-wrapper .part-3 .swiper-slide h6 {
  margin: 0.35rem auto 0.08rem;
  font-family: "medium";
}
.integration-wrapper .part-3 .swiper-slide .brief {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.integration-wrapper .part-5 {
  background: url(../img/historybg.jpg) no-repeat center bottom;
  background-size: cover;
}
.integration-wrapper .part-6 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.integration-wrapper .part-6 .info {
  width: 40.36%;
}
.integration-wrapper .part-6 .page-title-box {
  width: 100%;
  text-align: left;
}
.integration-wrapper .part-6 .page-title-box .index-title {
  text-align: left;
}
.integration-wrapper .part-6 .page-title-box .icon {
  margin-left: 0;
  background: #32bbee;
}
.integration-wrapper .box-5 {
  background: url(../img/integration10bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.integration-wrapper .box-5 .page-title-box {
  text-align: left;
  width: 45%;
  margin: 0;
}
.integration-wrapper .box-5 .index-title {
  text-align: left;
}
.integration-wrapper .box-5 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.integration-wrapper .box-5 .content {
  width: 45%;
}
.website-wrapper .main ul {
  background: #fff;
  list-style: none;
}
.website-wrapper .main ul li {
  padding: 22px 0;
  background: url(../img/line.jpg) repeat-x left bottom;
}
.website-wrapper .main ul li .cat {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.website-wrapper .main ul li .cat:hover {
  color: #003f8e;
}
.website-wrapper .main ul li .navs {
  font-size: 0;
  margin-top: 12px;
}
.website-wrapper .main ul li .navs a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 40px;
  margin-bottom: 15px;
  min-width: 230px;
}
.website-wrapper .main ul li .navs a:last-child {
  margin-right: 0;
}
.website-wrapper .main ul li .navs a span {
  display: inline-block;
  background: url(../img/border.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.5s ease;
}
.website-wrapper .main ul li .navs a:hover {
  color: #003f8e;
}
.website-wrapper .main ul li .navs a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.website-wrapper .main ul li .navs a:hover:before {
  background: url(../img/icon3.png) no-repeat left center;
}
.website-wrapper .main ul li .navs a:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url(../img/icon2.png) no-repeat left center;
  margin-right: 10px;
}
@media screen and (min-width: 1004px) {
  .integration-wrapper .box-1 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .integration-wrapper .box-1 li:nth-child(3n),
  .integration-wrapper .box-1 li:last-child {
    margin-right: 0;
  }
  .integration-wrapper .part-3 .swiper-container,
  .integration-wrapper .part-3 .swiper-wrapper {
    overflow: inherit;
  }
  .integration-wrapper .part-3 .three .swiper-slide:nth-child(-n+3) {
    margin-top: 0;
  }
  .integration-wrapper .part-3 .three .swiper-slide:nth-child(3n),
  .integration-wrapper .part-3 .three .swiper-slide:last-child {
    margin-right: 0;
  }
  .integration-wrapper .part-3 .four .swiper-slide {
    width: 23.44%;
    margin-right: 2.08%;
    margin-top: 2.08%;
  }
  .integration-wrapper .part-3 .four .swiper-slide:nth-child(-n+4) {
    margin-top: 0;
  }
  .integration-wrapper .part-3 .four .swiper-slide:nth-child(4n),
  .integration-wrapper .part-3 .four .swiper-slide:last-child {
    margin-right: 0;
  }
  .job-wrapper .item:hover .top {
    background: #003f8e;
  }
  .job-wrapper .item:hover .top div {
    color: #fff;
  }
  .job-wrapper .item:hover .operation i {
    background-image: url(../img/j-right2.png);
  }
  .contact-wrapper .box-2 .item:nth-child(-n+3),
  .download-wrapper .list > ul > li:nth-child(-n+3),
  .case-box li:nth-child(-n+3),
  .staff-wrapper .list > ul > li:nth-child(-n+3),
  .news-wrapper .list > ul > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .contact-wrapper .box-2 .item:nth-child(3n),
  .download-wrapper .list > ul > li:nth-child(3n),
  .case-box li:nth-child(3n),
  .staff-wrapper .list > ul > li:nth-child(3n),
  .news-wrapper .list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .solutioninfo-wrapper .box-2 .swiper-container,
  .solutioninfo-wrapper .box-2 .swiper-wrapper {
    overflow: inherit;
  }
  .solutioninfo-wrapper .box-4 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .solutioninfo-wrapper .box-4 li:nth-child(3n) {
    margin-right: 0;
  }
  .solutioninfo-wrapper .box-5 li:nth-child(-n+4) {
    margin-top: 0;
  }
  .solutioninfo-wrapper .box-5 li:nth-child(4n) {
    margin-right: 0;
  }
  .service-wrapper .box-4 li:nth-child(-n+6) {
    margin-top: 0;
  }
  .service-wrapper .box-4 li:nth-child(6n) {
    margin-right: 0;
  }
  .advantage-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .advantage-box li:nth-child(3n) {
    margin-right: 0;
  }
  .category-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .cate-box a:hover {
    color: #003f8e;
  }
  .cate-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .solution-wrapper .box-3 .item li:nth-child(-n+4) {
    margin-top: 0;
  }
  .solution-wrapper .box-3 .item li:nth-child(4n) {
    margin-right: 0;
  }
  .about-wrapper .box-3 .swiper-slide {
    margin-top: 1.65%;
  }
  .about-wrapper .box-3 .swiper-slide:nth-child(-n+5) {
    margin-top: 0;
  }
  .about-wrapper .box-3 .swiper-slide:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .page-box {
    padding: 1.1rem 0 1rem;
  }
  .about-wrapper .box-3 .swiper-slide img {
    height: 1.45rem;
  }
  .about-wrapper .box-4 .main li {
    height: 5.6rem;
  }
  .news-wrapper .list .pic img {
    height: 2.38rem;
  }
  .news-wrapper .list > ul > li {
    margin-top: 0.6rem;
  }
  .recommend-box .swiper-slide .info {
    padding-right: 0.9rem;
  }
  .recommend-box .swiper-pagination {
    bottom: 0.48rem;
  }
  .join-wrapper .box-1 .info {
    padding-top: 0.8rem;
    padding-right: 1.24rem;
  }
  .join-wrapper .box-2 .swiper-slide {
    height: 3.86rem;
  }
  .join-wrapper .box-2 .info {
    padding-top: 0.88rem;
  }
  .join-wrapper .box-2 .hidebox {
    padding-top: 0.48rem;
  }
  .join-wrapper .box-2 .info .icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .join-wrapper .box-3 .icon {
    width: 1.1rem;
  }
  .join-wrapper .box-3 .icon,
  .join-wrapper .box-3 li:after {
    height: 1.1rem;
  }
  .join-wrapper .box-3 li:after {
    width: 1.7rem;
    right: -0.7rem;
  }
  .join-wrapper .box-2 .hidebox .icon {
    width: 0.5rem;
  }
  .join-wrapper .box-2 .info,
  .join-wrapper .box-2 .hidebox {
    padding-left: 0.46rem;
    padding-right: 0.46rem;
  }
  .case-box .pic img {
    height: 2.36rem;
  }
  .case-box figcaption {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .caseinfo-wrapper .box-4 .swiper-slide {
    padding: 0.6rem 0.36rem 0.48rem;
  }
  .caseinfo-wrapper .box-4 .brief {
    margin-top: 0.24rem;
  }
  .solutioninfo-wrapper .box-5 h6 {
    margin: 0.32rem auto 0.06rem;
  }
  .solutioninfo-wrapper .box-2 .icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .service-wrapper .box-3 .icon:after {
    right: -2.1rem;
  }
  .service-wrapper .box-3 ul li {
    padding: 0 0.4rem;
  }
  .info-wrapper .box-4 .pic img {
    height: 2.93rem;
  }
  .info-wrapper .box-4 .prev {
    left: -0.48rem;
  }
  .info-wrapper .box-4 .next {
    right: -0.48rem;
  }
  .base-box .info {
    width: 82%;
  }
  .platform-wrapper .box-3 li {
    padding-left: 0.36rem;
    padding-right: 0.36rem;
  }
  .solution-wrapper .box-2 .desc {
    margin-bottom: 0.85rem;
  }
  .solution-wrapper .box-3 .item .pic img {
    height: 2.53rem;
  }
  .solution-wrapper .box-5 .swiper-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .solution-wrapper .box-5 h6 {
    margin-top: 0.4rem;
  }
  .software-wrapper .box-2 {
    min-height: 6rem;
  }
  .honor-box .pic img {
    height: 2.36rem;
  }
  .honor-wrapper .honor-box {
    margin-top: 1rem;
  }
  .certificate-wrapper .pic {
    width: 66%;
  }
  .cloud-wrapper .box-1 .icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .case-wrapper .list .info {
    padding-bottom: 0.5rem;
  }
  .download-wrapper .list li {
    padding: 0.26rem;
  }
  .download-wrapper .download {
    font-size: var(--fs15);
  }
  .download-modal .main {
    padding-bottom: 0.7rem;
  }
  .contact-wrapper ul li {
    line-height: 0.32rem;
  }
  .contact-wrapper ul li img {
    top: 0.07rem;
  }
  .contact-wrapper .box-2 .info {
    padding-left: 0.36rem;
  }
  .contact-wrapper .box-1 .info {
    padding: 0.7rem 0.8rem 0.6rem;
  }
  .msg-wrapper .download-modal .main {
    padding: 1.1rem 0;
  }
  .job-wrapper .top {
    height: 0.8rem;
  }
  .job-wrapper .main {
    padding-bottom: 1.1rem;
  }
  .integration-wrapper .part-2 .cats-box a {
    margin-right: 0.36rem;
  }
  .integration-wrapper .part-2 .swiper-box {
    margin-top: 0.7rem;
  }
  .website-wrapper .main ul li .navs a {
    min-width: 190px;
  }
  .certificate-wrapper .pic img {
    height: 1.73rem;
  }
}
@media screen and (max-width: 1440px) {
  .recommend-box .swiper-slide .info {
    padding-right: 0.8rem;
  }
  .recommend-box .swiper-pagination {
    bottom: 0.4rem;
  }
  .join-wrapper .box-2 .info .icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .join-wrapper .box-2 .info,
  .join-wrapper .box-2 .hidebox {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .join-wrapper .box-1 .info {
    padding-right: 1rem;
    padding-top: 0.7rem;
  }
  .solutioninfo-wrapper .box-1 .box-container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
  .caseinfo-wrapper .box-2 h6:before {
    top: 0.06rem;
  }
  .base-box .brief {
    font-size: var(--fs16);
  }
  .platform-wrapper .box-3 h6 {
    margin-top: 0.3rem;
  }
  .service-box .four .circleIcon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .service-box .four h6 {
    margin-bottom: 0.16rem;
  }
  .service-box .four .brief {
    line-height: 22px;
  }
  .platform-wrapper .data .num {
    font-size: 0.68rem;
  }
  .solution-wrapper .box-2 .desc {
    margin-bottom: 0.65rem;
  }
  .solution-wrapper .box-5 .swiper-slide {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .software-wrapper .service-box .four .swiper-slide {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .software-wrapper .box-2 {
    min-height: 5.6rem;
  }
  .cloud-wrapper .box-1 .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .download-wrapper .download {
    font-size: var(--fs14);
  }
  .msg-wrapper .download-modal .main {
    padding: 1rem 0;
  }
  .job-wrapper .main {
    padding-bottom: 1rem;
  }
  .integration-wrapper .part-2 .cats-box a {
    margin-right: 0.3rem;
  }
  .integration-wrapper .part-1 .icon,
  .integration-wrapper .part-3 .swiper-slide .icon {
    width: 0.6rem;
  }
  .integration-wrapper .box-2 .page-title-box {
    width: 40%;
  }
}
@media screen and (max-width: 1366px) {
  .integration-wrapper .part-2 .cats-box a {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-box {
    padding: 1rem 0;
  }
  .about-wrapper .box-1 .box-container {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .about-wrapper .box-1 .info,
  .about-wrapper .box-1 .pic {
    width: 100%;
  }
  .about-wrapper .box-1 .info {
    margin-bottom: 0.8rem;
  }
  .about-wrapper .box-1 .index-title {
    line-height: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-1 h1 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .data {
    margin-top: 0.6rem;
  }
  .about-wrapper .data li {
    width: 33.33%;
    margin-top: 0.6rem;
  }
  .about-wrapper .data li:nth-child(-n+3) {
    margin-top: 0;
  }
  .about-wrapper .data .num {
    font-size: var(--fs40);
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .about-wrapper .data .num i {
    font-size: var(--fs24);
    line-height: 10px;
    height: 10px;
    top: 0.1rem;
    margin-left: 0.1rem;
  }
  .about-wrapper .data p {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .about-wrapper .box-3 {
    margin-top: 0.92rem;
    background-attachment: inherit;
  }
  .about-wrapper .box-3 .swiper-wrapper {
    justify-content: center;
    flex-flow: wrap;
  }
  .about-wrapper .box-3 .swiper-slide {
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .about-wrapper .box-3 .swiper-slide:nth-child(-n+2) {
    margin-top: 0;
  }
  .about-wrapper .box-3 .swiper-slide:nth-child(5),
  .about-wrapper .box-3 .swiper-slide:nth-child(8),
  .about-wrapper .box-3 .swiper-slide:last-child {
    margin-right: 0;
  }
  .about-wrapper .box-3 .swiper-slide img {
    height: 1.22rem;
  }
  .about-wrapper .box-4 .main {
    background-attachment: inherit;
  }
  .about-wrapper .box-4 .main ul {
    flex-flow: wrap;
  }
  .about-wrapper .box-4 .main li {
    width: 50%;
    height: 3.8rem;
  }
  .about-wrapper .box-4 .main li:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .about-wrapper .box-4 .main li:nth-child(even):after,
  .about-wrapper .box-4 .main li:nth-child(-n+2):before {
    display: none;
  }
  .about-wrapper .box-4 .info {
    padding: 0 0.1rem;
  }
  .about-wrapper .box-4 .icon {
    width: 0.5rem;
    margin-bottom: 0.15rem;
  }
  .about-wrapper .box-4 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .about-wrapper .box-4 .line {
    width: 18px;
    margin: 0.2rem auto 0.3rem;
  }
  .about-wrapper .box-4 .brief {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .recommend-box .pic,
  .recommend-box .info {
    width: 100%;
  }
  .recommend-box .swiper-slide {
    display: block;
  }
  .recommend-box .swiper-slide .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .recommend-box .swiper-slide .info {
    padding: 0.6rem 0.4rem 1.2rem;
  }
  .recommend-box .time {
    font-size: var(--fs16);
  }
  .recommend-box .time span {
    font-size: var(--fs30);
  }
  .recommend-box .swiper-pagination {
    bottom: 0.4rem;
    width: 100%;
    padding: 0 0.3rem;
    left: 0;
    text-align: center;
  }
  .recommend-box .swiper-pagination:first-child {
    padding-left: 0.3rem;
  }
  .recommend-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 7px;
    height: 7px;
  }
  .recommend-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.48rem;
  }
  .news-wrapper .desc {
    font-size: var(--fs15);
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .news-wrapper .list > ul > li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
  .news-wrapper .list > ul > li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper .list .pic img {
    height: auto;
  }
  .news-wrapper .list .info {
    margin-top: 0.4rem;
  }
  .news-wrapper .list .title {
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .news-wrapper .date {
    font-size: var(--fs16);
    color: #999;
    line-height: 24px;
    margin-top: 0.08rem;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .top {
    margin-bottom: 0.48rem;
    padding-bottom: 0.3rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs24);
    margin-bottom: 0.2rem;
    line-height: 0.6rem;
  }
  .newsinfo-wrapper .other {
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .other span {
    font-size: var(--fs15);
  }
  .newsinfo-wrapper .shares {
    display: none;
  }
  .newsinfo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .newsinfo-wrapper .relative-box {
    margin-top: 0.8rem;
  }
  .newsinfo-wrapper .relative-box li {
    padding: 0.24rem 0.4rem;
    margin-bottom: 0.3rem;
    border-top-width: 1px;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box a {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .newsinfo-wrapper .relative-box a {
    height: 0.4rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    padding-top: 0.8rem;
  }
  .newsinfo-wrapper .right li {
    padding: 0.4rem 0;
  }
  .newsinfo-wrapper .right .info {
    padding-top: 0.16rem;
    padding-left: 0.3rem;
  }
  .newsinfo-wrapper .right h6 {
    font-size: var(--fs15);
    line-height: 0.36rem;
    height: 1.08rem;
    margin-bottom: 0.1rem;
  }
  .newsinfo-wrapper .right p {
    font-size: var(--fs14);
    line-height: 0.3rem;
    margin-top: 0.16rem;
  }
  .newsinfo-wrapper .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .video-wrapper .list > ul > li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .video-wrapper .list > ul > li:last-child {
    margin-bottom: 0;
  }
  .video-wrapper .play {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
  .video-wrapper .play:before,
  .video-wrapper .play:after {
    border-width: 1px;
  }
  .video-wrapper h6 {
    bottom: 0.3rem;
    font-size: var(--fs16);
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .join-wrapper .box-1 .pic {
    width: 100%;
  }
  .join-wrapper .box-1 .info {
    width: 100%;
    height: auto;
    position: static;
    padding: 0.6rem 0.4rem;
  }
  .join-wrapper .box-1 .info h1 {
    line-height: 0.48rem;
    margin: 0.3rem auto 0.1rem;
  }
  .join-wrapper .box-1 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .join-wrapper .box-2 {
    background-attachment: inherit;
  }
  .join-wrapper .box-2 .swiper-slide {
    width: 48%;
    margin-right: 0;
    height: 4.2rem;
  }
  .join-wrapper .box-2 .info,
  .join-wrapper .box-2 .hidebox {
    padding: 0 0.2rem;
  }
  .join-wrapper .box-2 .info {
    padding-top: 1rem;
  }
  .join-wrapper .box-2 .info .icon {
    width: 1.1rem;
    height: 1.1rem;
  }
  .join-wrapper .box-2 .info h5 {
    margin-top: 0.2rem;
  }
  .join-wrapper .box-2 .hidebox {
    padding-top: 0.4rem;
    padding-bottom: 0.3rem;
  }
  .join-wrapper .box-2 .hidebox h5 {
    margin: 0.2rem auto 0.14rem;
  }
  .join-wrapper .box-2 .hidebox .icon {
    width: 0.5rem;
  }
  .join-wrapper .box-2 h5 {
    font-size: var(--fs18);
    line-height: 0.4rem;
    min-height: 0.8rem;
  }
  .join-wrapper .box-2 .line {
    width: 0.3rem;
  }
  .join-wrapper .box-2 .brief {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 1.44rem;
    margin-top: 0.24rem;
  }
  .join-wrapper .box-2 .swiper-container {
    padding-bottom: 0.9rem;
  }
  .join-wrapper .box-2 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .join-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border: 1px solid #003f8e;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .join-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:link,
  .join-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:visited,
  .join-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:active,
  .join-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .join-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003f8e;
    width: 24px;
    border-radius: 30px;
  }
  .join-wrapper .box-3 li:after {
    right: -0.3rem;
    width: 0.6rem;
    height: 0.2rem;
  }
  .join-wrapper .box-3 .icon {
    width: 0.9rem;
  }
  .join-wrapper .box-3 .icon,
  .join-wrapper .box-3 li:after {
    height: 0.9rem;
  }
  .join-wrapper .box-3 p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.24rem;
  }
  .staff-wrapper .recommend-box .swiper-wrapper {
    padding-bottom: 0.8rem;
  }
  .staff-wrapper .recommend-box .swiper-slide {
    flex-flow: wrap;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-direction: column-reverse;
  }
  .staff-wrapper .recommend-box .info {
    padding: 0.4rem;
  }
  .staff-wrapper .recommend-box .title {
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .staff-wrapper .recommend-box .swiper-pagination {
    bottom: 0.4rem;
    padding-left: 0.4rem;
  }
  .staff-wrapper .list > ul > li {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .staff-wrapper .list > ul > li:last-child {
    margin-bottom: 0;
  }
  .staff-wrapper .list .title {
    line-height: 0.44rem;
    height: 0.88rem;
    margin-top: 0.3rem;
  }
  .case-wrapper .index-title {
    margin-bottom: 0.4rem;
  }
  .case-wrapper .recommend-box {
    margin-bottom: 0.8rem;
  }
  .case-wrapper .recommend-box .title {
    font-size: var(--fs24);
    height: auto;
  }
  .case-wrapper .recommend-box .swiper-slide {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .case-wrapper .recommend-box .swiper-slide .info {
    padding: 0.6rem 0.48rem 1.1rem;
  }
  .case-wrapper .recommend-box .swiper-pagination {
    bottom: 0.4rem;
    padding: 0 0.3rem;
  }
  .case-wrapper .list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .case-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .case-wrapper .list .info {
    padding: 0.48rem 0.48rem 0.6rem;
  }
  .case-wrapper .list .logo {
    height: 0.6rem;
    margin-bottom: 0.3rem;
  }
  .case-wrapper .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .case-wrapper .desc,
  .case-wrapper .tit {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .case-wrapper .tit {
    margin-bottom: 0.12rem;
  }
  .caseinfo-wrapper .box-1 .box-container {
    display: block;
  }
  .caseinfo-wrapper .box-1 .pic,
  .caseinfo-wrapper .box-1 .info {
    width: 100%;
  }
  .caseinfo-wrapper .box-1 .logo {
    height: 0.9rem;
    margin-bottom: 0.24rem;
  }
  .caseinfo-wrapper .box-1 h1 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.12rem;
  }
  .caseinfo-wrapper .box-1 .brief {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .caseinfo-wrapper .box-1 .info {
    margin-bottom: 0.8rem;
  }
  .caseinfo-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .caseinfo-wrapper .box-2 .main,
  .caseinfo-wrapper .box-3 .main {
    display: block;
  }
  .caseinfo-wrapper .box-2 li,
  .caseinfo-wrapper .box-3 li {
    margin-bottom: 0.2rem;
  }
  .caseinfo-wrapper .box-2 .pic,
  .caseinfo-wrapper .box-3 .pic {
    width: 100%;
    margin-bottom: 0;
  }
  .caseinfo-wrapper .box-2 h6,
  .caseinfo-wrapper .box-3 h6 {
    line-height: 0.44rem;
  }
  .caseinfo-wrapper .box-2 p,
  .caseinfo-wrapper .box-3 p {
    line-height: 0.44rem;
  }
  .caseinfo-wrapper .box-2 .info {
    width: 100%;
    padding: 0.6rem 0.4rem;
  }
  .caseinfo-wrapper .box-2 .info ul {
    height: auto;
    padding-right: 0;
  }
  .caseinfo-wrapper .box-2 .info li {
    padding: 0.33rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid #edeeee;
  }
  .caseinfo-wrapper .box-2 .info li:first-child {
    padding-top: 0;
  }
  .caseinfo-wrapper .box-2 h6 {
    margin-bottom: 0.2rem;
    padding-left: 0.24rem;
  }
  .caseinfo-wrapper .box-2 h6:before {
    width: 5px;
    top: 0.12rem;
  }
  .caseinfo-wrapper .box-3 .info {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
  .caseinfo-wrapper .box-3 li {
    padding: 0.6rem 0.4rem;
  }
  .caseinfo-wrapper .box-3 h6 {
    margin-bottom: 0.2rem;
  }
  .caseinfo-wrapper .box-4 {
    background-attachment: inherit;
  }
  .caseinfo-wrapper .box-4 .box-container {
    padding: 0;
  }
  .caseinfo-wrapper .box-4 .index-title {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .caseinfo-wrapper .box-4 .swiper-container-horizontal {
    padding-bottom: 0.6rem;
  }
  .caseinfo-wrapper .box-4 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .caseinfo-wrapper .box-4 .swiper-slide {
    width: 60%;
    margin-right: 0.3rem;
    padding: 0.6rem 0.48rem;
  }
  .caseinfo-wrapper .box-4 .number {
    line-height: 0.8rem;
    height: 0.8rem;
  }
  .caseinfo-wrapper .box-4 .icon {
    height: 0.8rem;
  }
  .caseinfo-wrapper .box-4 .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-top: 0.3rem;
    height: 2.2rem;
  }
  .caseinfo-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .caseinfo-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 7px;
  }
  .case-box li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .case-box li:last-child {
    margin-bottom: 0;
  }
  .case-box .pic img {
    height: auto;
  }
  .case-box figcaption {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: var(--fs18);
  }
  .solution-wrapper .info .index-title,
  .solution-wrapper .box-4 .index-title {
    margin-bottom: 0.2rem;
  }
  .solution-wrapper .box-2 .box-container {
    display: block;
  }
  .solution-wrapper .box-2 .pic {
    width: 70%;
    margin: 0 auto;
  }
  .solution-wrapper .box-2 .info {
    width: 100%;
  }
  .solution-wrapper .box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.48rem;
    max-height: inherit;
  }
  .solution-wrapper .box-3 .content,
  .solution-wrapper .box-4 .content {
    width: 100%;
  }
  .solution-wrapper .box-3 {
    background-attachment: inherit;
  }
  .solution-wrapper .box-3 .main {
    margin-top: 0.4rem;
  }
  .solution-wrapper .box-3 .info {
    margin-bottom: 0.6rem;
  }
  .solution-wrapper .box-3 .item ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solution-wrapper .box-3 .item li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .solution-wrapper .box-3 .item li:nth-child(-n+2) {
    margin-top: 0;
  }
  .solution-wrapper .box-3 .item .pic img {
    height: 2.6rem;
  }
  .solution-wrapper .box-3 figcaption {
    font-size: var(--fs14);
    line-height: 0.4rem;
    height: 0.4rem;
    padding: 0 0.2rem;
    margin-top: 0.2rem;
  }
  .solution-wrapper .box-4 .main {
    margin-top: 0.6rem;
  }
  .solution-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .solution-wrapper .content b,
  .solution-wrapper .content strong {
    font-size: var(--fs18);
  }
  .solution-wrapper .box-5 {
    background-attachment: inherit;
  }
  .solution-wrapper .box-5 .swiper-slide {
    width: 50%;
    padding: 0.6rem 0.2rem 0.4rem;
  }
  .solution-wrapper .box-5 .swiper-container {
    padding-bottom: 0.6rem;
  }
  .solution-wrapper .box-5 .icon {
    height: 0.8rem;
  }
  .solution-wrapper .box-5 h6 {
    font-size: var(--fs18);
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
    margin: 0.36rem auto 0.1rem;
  }
  .solution-wrapper .box-5 p {
    font-size: var(--fs15);
    line-height: 0.44rem;
    min-height: inherit;
  }
  .solution-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .solution-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
  }
  .solution-wrapper .service-box .swiper-container {
    margin: 0 auto;
    padding-bottom: 0.6rem;
  }
  .solution-wrapper .service-box .swiper-slide {
    padding-top: 0.6rem;
    padding-bottom: 0.48rem;
  }
  .solution-wrapper .service-box h6 {
    margin-bottom: 0.2rem;
  }
  .solution-wrapper .service-box .four .brief {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .solution-wrapper .service-box .four .circleIcon {
    margin-bottom: 0.48rem;
  }
  .solution-wrapper .service-box .swiper-pagination .swiper-pagination-bullet {
    border-color: #003f8e;
  }
  .solution-wrapper .service-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #003f8e;
  }
  .category-box a {
    font-size: var(--fs16);
    margin-right: 0.48rem;
    padding-bottom: 0.34rem;
    line-height: 0.44rem;
  }
  .category-box a:after {
    height: 2px;
  }
  .solutioninfo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .solutioninfo-wrapper .box-1 .box-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .solutioninfo-wrapper .box-1 .index-title {
    margin-bottom: 0.36rem;
  }
  .solutioninfo-wrapper .box-2 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .solutioninfo-wrapper .box-2 .swiper-container {
    padding: 0.3rem 0.3rem 0.8rem;
  }
  .solutioninfo-wrapper .box-2 .swiper-slide {
    width: 60%;
    margin-right: 2%;
    padding: 1rem 0.48rem 0.48rem;
  }
  .solutioninfo-wrapper .box-2 .icon {
    width: 1rem;
    height: 1rem;
  }
  .solutioninfo-wrapper .box-2 h6 {
    font-size: var(--fs20);
    margin: 0.48rem auto 0.2rem;
  }
  .solutioninfo-wrapper .box-2 .brief {
    line-height: 0.4rem;
    min-height: 1.2rem;
  }
  .solutioninfo-wrapper .box-2 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .solutioninfo-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border: 1px solid #003f8e;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .solutioninfo-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:link,
  .solutioninfo-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:visited,
  .solutioninfo-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:active,
  .solutioninfo-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .solutioninfo-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003f8e;
    width: 24px;
    border-radius: 12px;
  }
  .solutioninfo-wrapper .box-3 .index-title {
    margin-bottom: 0.36rem;
  }
  .solutioninfo-wrapper .box-4 {
    background-attachment: inherit;
  }
  .solutioninfo-wrapper .box-4 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solutioninfo-wrapper .box-4 li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.36rem 0.3rem 0.5rem;
  }
  .solutioninfo-wrapper .box-4 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .solutioninfo-wrapper .box-4 h6 {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .solutioninfo-wrapper .box-4 .key {
    font-size: 0.9rem;
    line-height: 0.7rem;
    height: 0.7rem;
    right: 0.2rem;
    bottom: -0.2rem;
  }
  .solutioninfo-wrapper .box-5 li {
    width: 100%;
    margin-right: 0;
    padding: 0.48rem 0.4rem;
    margin-bottom: 0.3rem;
  }
  .solutioninfo-wrapper .box-5 li:last-child {
    margin-bottom: 0;
  }
  .solutioninfo-wrapper .box-5 .icon {
    height: 0.64rem;
  }
  .solutioninfo-wrapper .box-5 h6 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin: 0.24rem auto 0.1rem;
  }
  .solutioninfo-wrapper .box-5 p {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .service-box {
    background-attachment: inherit;
  }
  .service-box .four .swiper-slide {
    width: 60%;
  }
  .service-box .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .service-box .swiper-container {
    padding: 0.3rem 0.3rem 0.8rem;
  }
  .service-box .swiper-slide {
    width: 60%;
    margin-right: 2%;
    padding: 0.9rem 0.4rem 0.6rem;
  }
  .service-box .circleIcon {
    margin-bottom: 0.54rem;
  }
  .service-box h6 {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .service-box .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .service-box .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .service-box .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .service-box .swiper-pagination .swiper-pagination-bullet:link,
  .service-box .swiper-pagination .swiper-pagination-bullet:visited,
  .service-box .swiper-pagination .swiper-pagination-bullet:active,
  .service-box .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .service-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    width: 24px;
    border-radius: 12px;
  }
  .service-wrapper .data ul {
    justify-content: flex-start;
  }
  .service-wrapper .data li {
    min-width: inherit;
    padding: 0 0.2rem;
    width: 48%;
    margin-top: 0.6rem;
  }
  .service-wrapper .data li:nth-child(-n+3) {
    width: 33.33%;
    margin-top: 0;
  }
  .service-wrapper .data .num i {
    font-size: var(--fs30);
    line-height: 10px;
    height: 10px;
    margin-left: 0.14rem;
    top: 0.1rem;
  }
  .service-wrapper .data p {
    font-size: var(--fs15);
    line-height: 0.4rem;
  }
  .service-wrapper .box-3 ul {
    display: block;
  }
  .service-wrapper .box-3 ul li {
    width: 100%;
    padding: 0 0.3rem;
    margin-bottom: 0.48rem;
  }
  .service-wrapper .box-3 ul li:after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 1.6rem;
    right: auto;
    margin: 0.48rem auto 0;
    background: url(../img/down2.png) no-repeat center center;
    background-size: 100%;
  }
  .service-wrapper .box-3 ul li:last-child {
    margin-bottom: 0;
  }
  .service-wrapper .box-3 ul li:last-child:after {
    display: none;
  }
  .service-wrapper .box-3 .key {
    font-size: 0.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .service-wrapper .box-3 .icon {
    width: 1.8rem;
    height: 1.8rem;
    padding: 0.45rem;
  }
  .service-wrapper .box-3 .icon:after {
    display: none;
  }
  .service-wrapper .box-3 h6 {
    line-height: 0.48rem;
    font-size: var(--fs20);
    margin: 0.48rem auto 0.12rem;
  }
  .service-wrapper .box-3 .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .service-wrapper .box-4 li {
    width: 33.33%;
    margin-top: 0.4rem;
  }
  .service-wrapper .box-4 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .service-wrapper .box-4 li img {
    height: 0.6rem;
  }
  .advantage-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .advantage-box li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding-top: 0.4rem;
  }
  .advantage-box li:before {
    width: 58%;
  }
  .advantage-box li:after {
    width: 1.5rem;
  }
  .advantage-box .brief,
  .advantage-box h6 {
    line-height: 0.4rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .advantage-box h6 {
    font-size: var(--fs16);
  }
  .advantage-box h6:before {
    height: 0.3rem;
    top: 0.05rem;
  }
  .advantage-box .brief {
    font-size: var(--fs14);
    margin-top: 0.06rem;
    min-height: 0.8rem;
  }
  .info-wrapper .box-1 .info {
    width: 100%;
  }
  .info-wrapper .box-1 .pic {
    width: 75%;
    margin-top: 0.8rem;
  }
  .info-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .info-wrapper .box-3 {
    background-attachment: inherit;
  }
  .info-wrapper .box-4 .swiper-slide {
    width: 50%;
    padding: 0.22rem 0 0.46rem;
  }
  .info-wrapper .box-4 .pic {
    width: 70%;
  }
  .info-wrapper .box-4 .pic img {
    height: 2.36rem;
  }
  .info-wrapper .box-4 figcaption {
    font-size: var(--fs15);
    line-height: 0.36rem;
    max-height: 0.72rem;
  }
  .info-wrapper .box-4 .swiper-btn {
    width: 0.16rem;
    height: 0.3rem;
  }
  .info-wrapper .box-4 .prev {
    left: -0.2rem;
  }
  .info-wrapper .box-4 .next {
    right: -0.2rem;
  }
  .base-box .index-title {
    margin-bottom: 0.12rem;
  }
  .base-box .info {
    width: 100%;
  }
  .base-box .brief {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .base-box .imore {
    margin-top: 0.4rem;
  }
  .base-box .pic {
    margin-top: 1rem;
  }
  .platform-wrapper .top {
    margin-bottom: 0.48rem;
  }
  .platform-wrapper .top .index-title {
    margin-bottom: 0.1rem;
  }
  .platform-wrapper .top p {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .platform-wrapper .base-box .main {
    margin-top: 1rem;
  }
  .platform-wrapper .base-box .main li:first-child .icon {
    right: -0.4rem;
    top: -0.5rem;
  }
  .platform-wrapper .base-box .main li:nth-child(2) .icon {
    right: -0.8rem;
    bottom: -0.3rem;
  }
  .platform-wrapper .base-box .main li:nth-child(3) .icon {
    right: 1rem;
    bottom: -1rem;
  }
  .platform-wrapper .base-box .main li:nth-child(4) .icon {
    left: -0.2rem;
    bottom: -0.8rem;
  }
  .platform-wrapper .base-box .main li:nth-child(5) .icon {
    left: -0.2rem;
    bottom: -0.8rem;
  }
  .platform-wrapper .base-box .main .icon {
    width: 0.2rem;
    height: 0.2rem;
  }
  .platform-wrapper .base-box .main .icon div:after {
    border-width: 0.06rem;
  }
  .platform-wrapper .box-3 li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
    padding: 0.6rem;
  }
  .platform-wrapper .box-3 li p {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .platform-wrapper .box-3 .icon {
    height: 0.7rem;
  }
  .platform-wrapper .box-3 h6 {
    font-size: var(--fs20);
    margin: 0.3rem auto 0.12rem;
    line-height: 0.48rem;
  }
  .platform-wrapper .box-4 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .platform-wrapper .box-4 .swiper-box {
    padding: 0;
  }
  .platform-wrapper .box-4 .swiper-container {
    padding: 0 0.3rem;
  }
  .platform-wrapper .box-4 .swiper-slide {
    width: 6rem;
  }
  .platform-wrapper .box-4 figcaption {
    font-size: var(--fs16);
    line-height: 0.4rem;
    height: 0.4rem;
    margin-top: 0.24rem;
  }
  .platform-wrapper .box-4 .swiper-btn {
    width: 0.52rem;
    height: 0.52rem;
    margin-top: -0.32rem;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 2px 5px 38px 0px rgba(86, 86, 86, 0.11);
  }
  .platform-wrapper .box-4 .prev {
    left: 0.1rem;
  }
  .platform-wrapper .box-4 .next {
    right: 0.1rem;
  }
  .platform-wrapper .data ul {
    justify-content: flex-start;
  }
  .platform-wrapper .data li {
    width: 33.33%;
    margin-top: 0.8rem;
    margin-right: 0;
  }
  .platform-wrapper .data li:nth-child(-n+3) {
    margin-top: 0;
  }
  .platform-wrapper .data .num {
    font-size: 0.6rem;
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .platform-wrapper .data p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.12rem;
  }
  .software-wrapper .base-box .info {
    width: 100%;
  }
  .software-wrapper .base-box .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .software-wrapper .box-2 {
    background-attachment: inherit;
    min-height: 6rem;
  }
  .software-wrapper .box-2 .info {
    width: 100%;
  }
  .software-wrapper .box-2 .index-title {
    margin-bottom: 0.12rem;
  }
  .software-wrapper .box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .software-wrapper .service-box .four .swiper-slide {
    padding: 0.8rem 0.44rem 0.6rem;
  }
  .software-wrapper .service-box .four .brief {
    line-height: 0.48rem;
    min-height: 1.92rem;
  }
  .software-wrapper .service-box .swiper-pagination .swiper-pagination-bullet {
    border-color: #003f8e;
  }
  .software-wrapper .service-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #003f8e;
  }
  .page-title-box {
    margin-bottom: 0.6rem;
  }
  .page-title-box .index-title {
    margin-bottom: 0.2rem;
  }
  .page-title-box .brief {
    font-size: var(--fs15);
    line-height: 0.4rem;
  }
  .history-wrapper .line-box {
    margin-top: 0.6rem;
  }
  .history-wrapper .item:nth-child(2) {
    bottom: 0;
    overflow: hidden;
  }
  .history-wrapper .title {
    line-height: 0.44rem;
    margin-bottom: 0.12rem;
  }
  .history-wrapper .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    width: calc(100% - 0.2rem);
    padding-right: 0.2rem;
    height: 4.8rem;
  }
  .honor-wrapper .data ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .honor-wrapper .data li {
    width: 48%;
    padding: 0;
    margin-top: 0.6rem;
  }
  .honor-wrapper .data li:nth-child(-n+2) {
    margin-top: 0;
  }
  .honor-wrapper .data li:nth-child(even):after {
    display: none;
  }
  .honor-wrapper .data i {
    font-size: var(--fs30);
    line-height: 12px;
    height: 12px;
    top: 0.06rem;
    margin-left: 0.14rem;
  }
  .honor-wrapper .data p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .honor-wrapper .swiper-box {
    margin-top: 0.8rem;
  }
  .honor-box .swiper-container:before {
    height: 0.4rem;
    bottom: 0.64rem;
  }
  .honor-box .swiper-slide {
    width: 48%;
  }
  .honor-box .pic img {
    height: auto;
  }
  .honor-box figcaption {
    font-size: var(--fs15);
    line-height: 0.4rem;
    height: 0.8rem;
    margin-top: 0.3rem;
  }
  .honor-box .bottom {
    margin-top: 0.4rem;
  }
  .honor-box .prev {
    margin-right: 0.1rem;
  }
  .honor-box .swiper-pagination-progressbar {
    margin-left: 0.32rem;
  }
  .cats-box a {
    font-size: var(--fs15);
    margin-right: 0.24rem;
    line-height: 0.44rem;
  }
  .certificate-wrapper .swiper-slide {
    width: 50%;
    padding: 0.4rem 0;
  }
  .certificate-wrapper .swiper-slide[data-swiper-row="1"] {
    border-top: 1px solid #e9e9e9;
  }
  .certificate-wrapper .pic {
    width: 80%;
  }
  .certificate-wrapper .pic img {
    height: 2.08rem;
  }
  .certificate-wrapper .info {
    margin-top: 0.2rem;
    padding: 0 0.3rem;
    padding-top: 0.3rem;
  }
  .certificate-wrapper figcaption {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 0.72rem;
  }
  .certificate-wrapper .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .certificate-wrapper .prev {
    left: -0.3rem;
  }
  .certificate-wrapper .next {
    right: -0.3rem;
  }
  .cloud-wrapper .box-1 .info {
    width: 100%;
  }
  .cloud-wrapper .box-1 .index-title {
    margin-bottom: 0.2rem;
  }
  .cloud-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .cloud-wrapper .box-1 .list {
    margin-top: 0.8rem;
  }
  .cloud-wrapper .box-1 .list li {
    padding: 0 0.2rem;
  }
  .cloud-wrapper .box-1 .icon {
    width: 1.1rem;
    height: 1.1rem;
    font-size: var(--fs24);
  }
  .cloud-wrapper .box-1 p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.3rem;
  }
  .cloud-wrapper .box-2 .box-container {
    padding: 0;
  }
  .cloud-wrapper .box-2 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .cloud-wrapper .box-2 .swiper-slide {
    width: 3.6rem;
  }
  .cloud-wrapper .box-2 .info {
    margin-top: 0.2rem;
    transform: translateY(-0.3rem);
    -webkit-transform: translateY(-0.3rem);
    -moz-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    -o-transform: translateY(-0.3rem);
  }
  .cloud-wrapper .box-2 h5 {
    font-size: var(--fs18);
    line-height: 0.4rem;
  }
  .cloud-wrapper .box-2 p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  .cloud-wrapper .box-2 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.6rem;
  }
  .cloud-wrapper .box-2 .prev {
    left: 0.1rem;
  }
  .cloud-wrapper .box-2 .next {
    right: 0.1rem;
  }
  .cloud-wrapper .box-3 {
    position: relative;
    overflow: hidden;
  }
  .cloud-wrapper .box-3 .box-container {
    position: relative;
    z-index: 10;
  }
  .cloud-wrapper .box-3 .canvas {
    position: absolute;
    left: 0;
    bottom: -3rem;
    z-index: 1;
    width: 100%;
    height: 6rem;
  }
  .cloud-wrapper .data li {
    width: 33.33%;
    margin-top: 0.6rem;
  }
  .cloud-wrapper .data li:nth-child(4),
  .cloud-wrapper .data li:nth-child(5) {
    margin-top: 0.6rem;
  }
  .cloud-wrapper .data i {
    width: 8px;
    height: 12px;
    margin-left: 0.12rem;
  }
  .cloud-wrapper .data .num {
    font-size: var(--fs48);
    line-height: 0.5rem;
    height: 0.5rem;
  }
  .cloud-wrapper .data p {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .download-wrapper .list > ul > li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .download-wrapper .list > ul > li:last-child {
    margin-bottom: 0;
  }
  .download-wrapper .list > ul > li:after {
    height: 0.04rem;
  }
  .download-wrapper .list .pic {
    width: 2.2rem;
    margin-right: 0.4rem;
  }
  .download-wrapper .list .info {
    padding-bottom: 0.8rem;
  }
  .download-wrapper .list h6 {
    line-height: 0.4rem;
    height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .download-wrapper .list .size {
    line-height: 0.36rem;
    font-size: var(--fs15);
  }
  .download-wrapper .list .size i {
    margin: 0 0.08rem;
  }
  .download-wrapper .download {
    min-width: 1.2rem;
    height: 0.56rem;
    line-height: 0.56rem;
  }
  .download-wrapper .download i {
    width: 10px;
    height: 12px;
    margin-right: 0.1rem;
  }
  .download-modal {
    width: calc((100% - 0.6rem));
  }
  .download-modal .main {
    padding: 0.8rem 0.48rem;
  }
  .download-modal .top {
    margin-bottom: 0.48rem;
  }
  .download-modal .top p {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .download-modal h2 {
    font-size: var(--fs24);
    margin-bottom: 0.06rem;
  }
  .download-modal .close {
    width: 0.3rem;
    height: 0.3rem;
    right: 0.3rem;
    top: 0.3rem;
  }
  .form {
    /* input placeholder  */
  }
  .form .group span {
    font-size: var(--fs14);
    margin-left: 0.3rem;
  }
  .form .text,
  .form .msg {
    font-size: var(--fs14);
  }
  .form .captcha a {
    right: 0.2rem;
    line-height: 0.5rem;
    margin-top: -0.25rem;
    padding: 0 0.14rem;
    font-size: 12px;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform-origin: right center;
  }
  .form .captcha #verifyCode {
    padding-right: 1.3rem;
  }
  .form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: var(--fs14);
  }
  .form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: var(--fs14);
  }
  .form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: var(--fs14);
  }
  .form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: var(--fs14);
  }
  .form .text {
    height: 0.74rem;
    line-height: 0.7rem;
  }
  .form .msg {
    height: 1.6rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 0.4rem;
  }
  .form .submit {
    width: 2.1rem;
    height: 0.74rem;
    line-height: 0.74rem;
    font-size: var(--fs15);
    margin-top: 0.3rem;
  }
  .contact-wrapper .index-title {
    margin-bottom: 0.4rem;
  }
  .contact-wrapper ul li {
    padding-left: 0.48rem;
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .contact-wrapper ul li img {
    top: 0.07rem;
    width: 0.3rem;
  }
  .contact-wrapper .box-1 .main {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .contact-wrapper .box-1 .info,
  .contact-wrapper .box-1 .pic {
    width: 100%;
  }
  .contact-wrapper .box-1 .info {
    padding: 0.6rem 0.48rem;
  }
  .contact-wrapper .box-1 h1 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .contact-wrapper .box-1 .index-more {
    margin-top: 0.6rem;
  }
  .contact-wrapper .box-2 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
    padding: 0.6rem 0.48rem;
  }
  .contact-wrapper .box-2 .item:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .box-2 .icon {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.4rem;
  }
  .contact-wrapper .box-2 .icon img {
    width: 0.6rem;
  }
  .contact-wrapper .box-2 h6 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .contact-wrapper .box-2 .info {
    padding-left: 0.6rem;
  }
  .msg-wrapper {
    background-attachment: inherit;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .msg-wrapper .download-modal {
    width: 100%;
  }
  .msg-wrapper .download-modal .main {
    padding: 0.6rem 0;
  }
  .job-wrapper .main {
    padding: 0.8rem 0.2rem;
  }
  .job-wrapper .main > .top div {
    font-size: var(--fs15);
  }
  .job-wrapper .top,
  .job-wrapper .detail {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .job-wrapper .top {
    height: 1rem;
  }
  .job-wrapper .top div {
    line-height: 0.4rem;
    padding-right: 0.2rem;
    width: calc((100% - 0.6rem) / 3);
  }
  .job-wrapper .top div.operation {
    width: 0.6rem;
    padding-right: 0;
  }
  .job-wrapper .item .top div {
    font-size: var(--fs15);
  }
  .job-wrapper .item .top div.operation {
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    justify-content: center;
  }
  .job-wrapper .operation {
    text-align: center;
  }
  .job-wrapper .operation i {
    margin-left: 0;
    width: 0.2rem;
    height: 0.2rem;
  }
  .job-wrapper .detail {
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
  }
  .job-wrapper .caption {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-bottom: 0.12rem;
  }
  .job-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .job-wrapper .send {
    width: 1.6rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
    border-radius: 0.32rem;
    margin-top: 0.48rem;
  }
  .job-wrapper .tips {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.48rem;
  }
  .job-wrapper .tips a {
    font-size: var(--fs14);
  }
  .integration-wrapper .page-title-box {
    width: 100%;
  }
  .integration-wrapper .page-title-box .index-title {
    margin-bottom: 0.3rem;
  }
  .integration-wrapper .page-title-box .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .integration-wrapper .page-title-box .brief b,
  .integration-wrapper .page-title-box .brief strong {
    font-size: var(--fs18);
    margin-bottom: 0.12rem;
  }
  .integration-wrapper .page-title-box .icon {
    width: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .integration-wrapper h6 {
    font-size: var(--fs22);
    line-height: 0.48rem;
  }
  .integration-wrapper .box-1 li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.6rem 0.48rem;
    margin-bottom: 0.3rem;
  }
  .integration-wrapper .box-1 li:last-child {
    margin-bottom: 0;
  }
  .integration-wrapper .box-1 .icon {
    width: 0.8rem;
  }
  .integration-wrapper .box-1 .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .integration-wrapper .box-2 .box-container {
    display: block;
  }
  .integration-wrapper .box-2 .content {
    margin-top: 0.8rem;
  }
  .integration-wrapper .box-2 .page-title-box,
  .integration-wrapper .box-2 .content {
    width: 100%;
  }
  .integration-wrapper .part-1 ul,
  .integration-wrapper .floorbox ul {
    justify-content: center;
    flex-flow: wrap;
  }
  .integration-wrapper .part-1 li,
  .integration-wrapper .floorbox li {
    width: 33.33%;
    margin-top: 0.7rem;
  }
  .integration-wrapper .part-1 li:nth-child(-n+3),
  .integration-wrapper .floorbox li:nth-child(-n+3) {
    margin-top: 0;
  }
  .integration-wrapper .part-1 h6,
  .integration-wrapper .floorbox h6 {
    font-size: var(--fs18);
  }
  .integration-wrapper .floorbox.on {
    top: 1.2rem;
  }
  .integration-wrapper .floorbox .box-container {
    padding: 0 5px;
  }
  .integration-wrapper .floorbox li {
    margin-top: 0;
    width: 20%;
  }
  .integration-wrapper .floorbox a {
    padding: 0.16rem 0;
  }
  .integration-wrapper .floorbox a:after {
    height: 1px;
  }
  .integration-wrapper .floorbox h6 {
    font-size: var(--fs14);
  }
  .integration-wrapper .part-1 .page-title-box {
    margin-bottom: 0.6rem;
  }
  .integration-wrapper .part-1 .icon {
    width: 0.6rem;
  }
  .integration-wrapper .part-1 h6 {
    margin-top: 0.2rem;
  }
  .integration-wrapper .part-2 .cats-box .box-container {
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .integration-wrapper .part-2 .cats-box a {
    margin-right: 0;
    width: 33.33%;
    text-align: center;
    margin-top: 0.3rem;
    padding: 0 0.1rem 0.2rem;
    line-height: 0.36rem;
  }
  .integration-wrapper .part-2 .cats-box a:nth-child(-n+3) {
    margin-top: 0;
  }
  .integration-wrapper .part-2 .swiper-box {
    margin-top: 0.8rem;
  }
  .integration-wrapper .part-2 .swiper-slide {
    display: block;
  }
  .integration-wrapper .part-2 .info {
    width: 100%;
    padding-top: 0;
  }
  .integration-wrapper .part-2 .pic {
    width: 100%;
    margin-top: 0.8rem;
  }
  .integration-wrapper .part-2 .key {
    font-size: 0.9rem;
    line-height: 0.8rem;
    height: 0.8rem;
  }
  .integration-wrapper .part-2 h5 {
    font-size: var(--fs24);
    margin: 0.48rem auto 0.24rem;
  }
  .integration-wrapper .part-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .integration-wrapper .part-3 .main {
    margin-top: 0.8rem;
  }
  .integration-wrapper .part-3 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .integration-wrapper .part-3 .swiper-container {
    padding: 15px 15px 0.8rem;
  }
  .integration-wrapper .part-3 .swiper-slide {
    width: 65%;
    margin-right: 15px;
    margin-top: 0;
    border-radius: 0.15rem;
    padding: 0.6rem 0.48rem;
  }
  .integration-wrapper .part-3 .swiper-slide .icon {
    width: 0.8rem;
  }
  .integration-wrapper .part-3 .swiper-slide h6 {
    margin: 0.48rem auto 0.12rem;
  }
  .integration-wrapper .part-3 .swiper-slide .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .integration-wrapper .part-3 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .integration-wrapper .part-3 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border: 1px solid #003f8e;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .integration-wrapper .part-3 .swiper-pagination .swiper-pagination-bullet:link,
  .integration-wrapper .part-3 .swiper-pagination .swiper-pagination-bullet:visited,
  .integration-wrapper .part-3 .swiper-pagination .swiper-pagination-bullet:active,
  .integration-wrapper .part-3 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .integration-wrapper .part-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003f8e;
    width: 24px;
    border-radius: 30px;
  }
  .integration-wrapper .part-6 {
    background-attachment: inherit;
  }
  .integration-wrapper .part-6 .info {
    width: 100%;
  }
  .integration-wrapper .box-5 .page-title-box {
    text-align: left;
    margin: 0 auto;
    width: 100%;
  }
  .integration-wrapper .box-5 .index-title {
    text-align: left;
  }
  .integration-wrapper .box-5 .box-container {
    display: block;
  }
  .integration-wrapper .box-5 .content {
    width: 100%;
    margin-top: 0.8rem;
  }
  .website-wrapper .main ul li {
    padding: 0.32rem 0;
  }
  .website-wrapper .main ul li:first-child {
    padding-top: 0;
  }
  .website-wrapper .main ul li .cat {
    font-size: 15px;
  }
  .website-wrapper .main ul li .navs {
    margin-top: 8px;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .website-wrapper .main ul li .navs a {
    position: relative;
    width: 48%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    min-width: inherit;
    font-size: 13px;
  }
  .website-wrapper .main ul li .navs a:nth-child(3n) {
    margin-right: 0;
  }
  .website-wrapper .main ul li .navs a:before {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 10;
    margin-right: 0;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.56rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.pageNum a {
  margin-right: 0.15rem;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .btn,
.pageNum a {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "medium";
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #e9ecf0;
  border-radius: 50%;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum ul {
  list-style: none;
}
.pageNum ul li {
  display: inline-block;
  margin-right: 0.15rem;
}
.pageNum ul li:last-child {
  margin-right: 0;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.11rem;
  cursor: pointer;
}
.pageNum .prev {
  margin-right: 0.15rem;
  background-image: url(../img/pi-prev.png);
}
.pageNum .prev:hover {
  background-image: url(../img/pi-prev2.png);
}
.pageNum .next {
  margin-left: 0.15rem;
  background-image: url(../img/pi-next.png);
}
.pageNum .next:hover {
  background-image: url(../img/pi-next2.png);
}
.pageNum .btn:hover,
.pageNum a:hover,
.pageNum .active,
.pageNum .on {
  color: #fff;
  background-color: #003f8e;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #003f8e;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .index-title {
  text-align: left;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #003f8e;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
.search-wrapper .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.6rem;
}
.search-wrapper .form {
  width: 30%;
  position: relative;
}
.search-wrapper .form .keywords {
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  font-size: var(--fs16);
  line-height: 0.7rem;
  height: 0.7rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  padding-right: 0.4rem;
}
.search-wrapper .form .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.1rem;
  z-index: 10;
}
.search-wrapper .form .search-btn img {
  display: inline-block;
  width: 0.2rem;
}
.search-wrapper .tips {
  display: none;
}
@media screen and (max-width: 1004px) {
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    width: 100%;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .search-wrapper .top {
    flex-flow: wrap;
    flex-direction: column-reverse;
    margin-bottom: 0.2rem;
  }
  .search-wrapper .form {
    width: 100%;
    margin-bottom: 0.36rem;
  }
  .search-wrapper .form .keywords {
    font-size: var(--fs15);
    padding-right: 0.6rem;
  }
  .search-wrapper .form .search-btn {
    margin-top: -0.16rem;
  }
  .search-wrapper .form .search-btn img {
    width: 0.32rem;
  }
  .search-wrapper .tips {
    display: none;
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #003f8e;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs18: 16px;
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
.mask,
.video-modal,
.downloadMask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mask,
.downloadMask {
  width: 100%;
  z-index: 31;
  background-color: rgba(0, 0, 0, 0.66);
}
.video-modal {
  z-index: 32;
}
.video-modal.before {
  z-index: -1;
}
.video-modal .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 100%!important;
  height: 100%;
}
.video-modal .w1200 {
  text-align: center;
}
.video-modal .w1200 video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-height: 80vh;
  width: auto;
}
.video-modal .box {
  position: relative;
  display: inline-block;
}
.video-modal .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -0.4rem;
  z-index: 10;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.video-modal .close:hover {
  transform: rotate(90deg);
}
.video-modal iframe {
  width: 12rem;
  height: 80vh;
}
.captcha-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 40;
  display: none;
  /* input placeholder  */
}
.captcha-modal.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.captcha-modal .main {
  width: 6rem;
  margin: 0 auto;
}
.captcha-modal .box {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  background: #fff;
  padding: 0.6rem 0.5rem;
}
.captcha-modal h6 {
  font-size: var(--fs20);
  width: 100%;
  line-height: 0.36rem;
  margin-bottom: 0.24rem;
}
.captcha-modal .group {
  width: 52%;
}
.captcha-modal .group.captcha {
  width: 42%;
}
.captcha-modal .captcha {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.captcha-modal .captcha a {
  display: block;
}
.captcha-modal .captcha a img {
  display: block;
  width: 1.2rem;
}
.captcha-modal .captcha span {
  margin-left: 0.2rem;
}
.captcha-modal .text {
  width: 100%;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  font-size: var(--fs16);
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-family: "light";
  height: 0.56rem;
  line-height: 0.54rem;
}
.captcha-modal .text:focus {
  border-color: #003f8e;
}
.captcha-modal ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs16);
}
.captcha-modal :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs16);
}
.captcha-modal ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs16);
}
.captcha-modal :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs16);
}
.captcha-modal .bottom {
  position: relative;
}
.captcha-modal .bottom:before {
  display: block;
  content: "";
  width: 1px;
  height: 1.2rem;
  background: #fff;
  margin: 0 auto;
}
.captcha-modal .submit {
  width: 1.5rem;
  line-height: 0.5rem;
  background: #003f8e;
  text-align: center;
  color: #fff;
  margin: 0.4rem 0 0;
  font-size: var(--fs16);
}
.captcha-modal .close {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  margin: 0.6rem auto 0;
  font-size: 0;
}
.captcha-modal .close svg {
  width: 100%;
  height: 100%;
}
.captcha-modal .close svg:hover path {
  fill: #32bbee;
}
.captcha-modal .close svg path {
  transition: fill 0.3s ease;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -ms-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
}
@media screen and (max-width: 1004px) {
  .video-modal .w1200 video {
    max-height: 90vh;
  }
  .video-modal .close {
    width: 0.36rem;
    height: 0.36rem;
    top: -0.6rem;
  }
  .video-modal iframe {
    width: 90vw;
    height: 40vh;
  }
  .captcha-modal .main {
    width: calc(100% - 0.6rem);
  }
  .captcha-modal .box {
    padding: 0.8rem 0.6rem;
  }
  .captcha-modal h6 {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 0.36rem;
  }
  .captcha-modal .group {
    width: 52%;
  }
  .captcha-modal .group.captcha {
    width: 42%;
  }
  .captcha-modal .captcha a img {
    width: 1.2rem;
  }
  .captcha-modal .captcha span {
    font-size: 10px;
  }
  .captcha-modal .text {
    height: 0.8rem;
    line-height: 0.74rem;
  }
  .captcha-modal .submit {
    width: 1.8rem;
    line-height: 0.74rem;
    margin-top: 0.6rem;
    font-size: var(--fs14);
  }
  .captcha-modal .close {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
@-webkit-keyframes cloudAni {
  from {
    visibility: visible;
    -webkit-transform: translate3d(1rem, -2rem, 0);
    transform: translate3d(1rem, -2rem, 0);
  }
  to {
    -webkit-transform: translate3d(-1rem, 2.4rem, 0);
    transform: translate3d(-1rem, 2.4rem, 0);
  }
}
@-webkit-keyframes wifidAni {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 0.1rem, 0) scale(0.2);
    transform: translate3d(0, 0.1rem, 0) scale(0.2);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@-webkit-keyframes wifidAni2 {
  from {
    visibility: visible;
    -webkit-transform: translate3d(0, 0.05rem, 0);
    transform: translate3d(0, 0.05rem, 0);
  }
  to {
    -webkit-transform: translate3d(0, -0.05rem, 0);
    transform: translate3d(0, -0.05rem, 0);
  }
}
@-webkit-keyframes angleAni {
  from {
    visibility: visible;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
